Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:06:57

0001 #ifndef RIVET_Rivet_HH
0002 #define RIVET_Rivet_HH
0003 
0004 #include <string>
0005 
0006 namespace Rivet {
0007 
0008   /// A function to get the Rivet version string
0009   std::string version();
0010 
0011 }
0012 
0013 // Import main user-interface Rivet classes
0014 #include "Rivet/Particle.hh"
0015 #include "Rivet/Event.hh"
0016 #include "Rivet/Projection.hh"
0017 #include "Rivet/Analysis.hh"
0018 #include "Rivet/AnalysisHandler.hh"
0019 
0020 // Rivet path lookup stuff
0021 #include "Rivet/Tools/RivetPaths.hh"
0022 
0023 #endif