file /home/anarendran/Documents/temp/rivet/include/Rivet/Rivet.hh
/home/anarendran/Documents/temp/rivet/include/Rivet/Rivet.hh
Namespaces
Name |
---|
Rivet |
Source code
#ifndef RIVET_Rivet_HH
#define RIVET_Rivet_HH
#include <string>
namespace Rivet {
std::string version();
}
// Import main user-interface Rivet classes
#include "Rivet/Particle.hh"
#include "Rivet/Event.hh"
#include "Rivet/Projection.hh"
#include "Rivet/Analysis.hh"
#include "Rivet/AnalysisHandler.hh"
// Rivet path lookup stuff
#include "Rivet/Tools/RivetPaths.hh"
#endif
Updated on 2022-08-07 at 20:17:18 +0100