rivet is hosted by Hepforge, IPPP Durham
Rivet 4.0.0
Rivet.hh
1#ifndef RIVET_Rivet_HH
2#define RIVET_Rivet_HH
3
4#include <string>
5
6namespace 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 MC_CENT_PPB_Projections.hh:10
std::string version()
A function to get the Rivet version string.