6 #include "PythiaValidationTool.h"
8 PythiaValidationTool::PythiaValidationTool(
const std::string &filename ):m_filename(filename),m_timer(
"pythia8 conversion time") {
9 m_pythia.readFile(m_filename);
17 if( !m_pythia.next() )
return 1;
22 m_tohepmc.fill_next_event(m_pythia.event, &hepmc, -1, &m_pythia.info);
28 #ifdef PYTHIA_VERSION_INTEGER
29 if (PYTHIA_VERSION_INTEGER>8200) m_pythia.stat();
31 m_pythia.statistics();
Stores event-related information.