6 #ifndef PYTHIA_VALIDATION_TOOL_H
7 #define PYTHIA_VALIDATION_TOOL_H
10 #include "HepMC/GenEvent.h"
11 #include "Pythia8/Pythia.h"
13 #if defined(PYTHIA_VERSION_INTEGER) || defined (PYTHIA_VERSION)
14 #include "Pythia8Plugins/HepMC2.h"
16 #include "Pythia8/Pythia8ToHepMC.h"
21 #ifdef HEPMC3_USE_INTERFACE_FROM_PYTHIA8
22 #include "Pythia8Plugins/HepMC3.h"
24 #include "Pythia8ToHepMC3.h"
28 #include "ValidationTool.h"
31 #include "Pythia8/Pythia.h"
38 const std::string
name() {
return "pythia8"; }
52 HEPMC2CODE( Pythia8ToHepMC m_tohepmc; )
Definition of class GenEvent.
Definition of class WriterAsciiHepMC2.
Stores event-related information.
Used to benchmark MC generators.