6 #include "ValidationControl.h"
9 int main(
int ,
char** )
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\
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.
int main(int argc, char **argv)