5 #include "Rivet/AnalysisHandler.fhh" 6 #include "Rivet/RivetBoost.hh" 36 Run& setCrossSection(
const double xs);
39 double crossSection()
const;
42 Run& setListAnalyses(
const bool dolist);
51 bool init(
const std::string& evtfile,
double weight=1.0);
54 bool openFile(
const std::string& evtfile,
double weight=1.0);
94 shared_ptr<GenEvent> _evt;
97 shared_ptr<std::istream> _istr;
100 shared_ptr<HepMC::IO_GenEvent> _io;
Definition: MC_JetAnalysis.hh:9
Interface to handle a run of events read from a HepMC stream or file.
Definition: Run.hh:17
Definition: AnalysisHandler.hh:29