6#include "ValidationControl.h"
11 FILE* Finput=fopen(
"testPythia3.input",
"w");
14# Process: pp -> @ 14TeV\n\
19SoftQCD:singleDiffractive = on\n\
20Beams:allowMomentumSpread = on\n\
24 FILE* Fconfig=fopen(
"testPythia3.config",
"w");
26INPUT pythia8 testPythia3.input\n\
39 GenEvent HepMCEvt(Units::GEV,Units::MM);
44 return 1*(counter-10);
Stores event-related information.
Runs multiple validation tools.
bool new_event()
New event.
void initialize()
Init function.
void process(GenEvent &hepmc)
Process event.
void read_file(const std::string &filename)
Read file.