Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:05:37

0001 #ifndef RIVET_RivetCommon_HH
0002 #define RIVET_RivetCommon_HH
0003 
0004 // Convenience build-setup header for Rivet internal use
0005 
0006 #include "Rivet/Tools/RivetSTL.hh"
0007 #include "Rivet/Tools/RivetHepMC.hh"
0008 
0009 #include "Rivet/Tools/Exceptions.hh"
0010 #include "Rivet/Tools/Logging.hh"
0011 #include "Rivet/Tools/Utils.hh"
0012 
0013 #include "Rivet/Math/Units.hh"
0014 #include "Rivet/Math/Constants.hh"
0015 #include "Rivet/Tools/ParticleName.hh"
0016 #include "Rivet/Tools/ParticleIdUtils.hh"
0017 
0018 #include "Rivet/Math/Math.hh"
0019 #include "Rivet/Math/Vectors.hh"
0020 
0021 #endif