rivet is hosted by Hepforge, IPPP Durham
Rivet  2.7.0
Rivet.hh
1 #ifndef RIVET_Rivet_HH
2 #define RIVET_Rivet_HH
3 
4 #include <string>
5 
6 namespace Rivet {
7 
9  std::string version();
10 
11 }
12 
13 // Import main user-interface Rivet classes
14 #include "Rivet/Particle.hh"
15 #include "Rivet/Event.hh"
16 #include "Rivet/Projection.hh"
17 #include "Rivet/Analysis.hh"
18 #include "Rivet/AnalysisHandler.hh"
19 
20 // Rivet path lookup stuff
21 #include "Rivet/Tools/RivetPaths.hh"
22 
23 #endif
Definition: ALICE_2010_I880049.cc:13
std::string version()
A function to get the Rivet version string.
Definition: Utils.cc:9