HepMC3 event record library
|
6 #ifndef PYTHIA_VALIDATION_TOOL_H
7 #define PYTHIA_VALIDATION_TOOL_H
10 #include "HepMC/GenEvent.h"
11 #include "Pythia8/Pythia.h"
12 #ifdef PYTHIA_VERSION_INTEGER
13 #include "Pythia8Plugins/HepMC2.h"
15 #include "Pythia8/Pythia8ToHepMC.h"
20 #include "Pythia8ToHepMC3.h"
23 #include "ValidationTool.h"
26 #include "Pythia8/Pythia.h"
33 const std::string
name() {
return "pythia8"; }
47 HEPMC2CODE( Pythia8ToHepMC m_tohepmc; )
48 HEPMC3CODE( Pythia8ToHepMC3 m_tohepmc; )
Definition of class GenEvent.
Stores event-related information.
Used to benchmark MC generators.
Definition of class WriterAsciiHepMC2.