rivet is hosted by Hepforge, IPPP Durham
Rivet.hh
Go to the documentation of this file.
00001 #ifndef RIVET_Rivet_HH
00002 #define RIVET_Rivet_HH
00003 
00004 namespace Rivet {
00005 
00006   /// A function to get the Rivet version string
00007   string version();
00008 
00009 }
00010 
00011 // Import main user-interface Rivet classes
00012 #include "Rivet/Particle.hh"
00013 #include "Rivet/Event.hh"
00014 #include "Rivet/Projection.hh"
00015 #include "Rivet/Analysis.hh"
00016 #include "Rivet/AnalysisHandler.hh"
00017 
00018 // Rivet path lookup stuff
00019 #include "Rivet/Tools/RivetPaths.hh"
00020 
00021 #endif