Rivet.hh
Go to the documentation of this file.
00001 #ifndef RIVET_Rivet_HH 00002 #define RIVET_Rivet_HH 00003 00004 #include <string> 00005 00006 namespace Rivet { 00007 00008 /// A function to get the Rivet version string 00009 std::string version(); 00010 00011 } 00012 00013 // Import main user-interface Rivet classes 00014 #include "Rivet/Particle.hh" 00015 #include "Rivet/Event.hh" 00016 #include "Rivet/Projection.hh" 00017 #include "Rivet/Analysis.hh" 00018 #include "Rivet/AnalysisHandler.hh" 00019 00020 // Rivet path lookup stuff 00021 #include "Rivet/Tools/RivetPaths.hh" 00022 00023 #endif Generated on Thu Mar 10 2016 08:29:52 for The Rivet MC analysis system by ![]() |