rivet is hosted by Hepforge, IPPP Durham
RivetCommon.hh
Go to the documentation of this file.
00001 #ifndef RIVET_RivetCommon_HH
00002 #define RIVET_RivetCommon_HH
00003 
00004 // Convenience build-setup header for Rivet internal use
00005 
00006 
00007 // Automatic build info from autoconf
00008 #include "Rivet/Config/RivetConfig.hh"
00009 #include "Rivet/Config/BuildOptions.hh"
00010 
00011 #include "Rivet/Tools/RivetSTL.hh"
00012 #include "Rivet/Tools/RivetHepMC.hh"
00013 
00014 #include "Rivet/Tools/Exceptions.hh"
00015 #include "Rivet/Tools/Logging.hh"
00016 #include "Rivet/Tools/Utils.hh"
00017 
00018 #include "Rivet/Math/Units.hh"
00019 #include "Rivet/Math/Constants.hh"
00020 #include "Rivet/Tools/ParticleName.hh"
00021 #include "Rivet/Tools/ParticleIdUtils.hh"
00022 
00023 #include "Rivet/Math/Math.hh"
00024 #include "Rivet/Math/Vectors.hh"
00025 
00026 // #include "Rivet/Tools/Cmp.hh"
00027 // #include "Rivet/Tools/Cuts.hh"
00028 
00029 #endif