Utils.cc
Go to the documentation of this file.
00001 #include "Rivet/Rivet.hh" 00002 #include "Rivet/Tools/Utils.hh" 00003 00004 00005 namespace Rivet { 00006 00007 00008 /// A function to get the Rivet version string 00009 string version() { 00010 return RIVET_VERSION; 00011 } 00012 00013 00014 } Generated on Thu Feb 6 2014 17:38:47 for The Rivet MC analysis system by 1.7.6.1 |