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