6#include "ValidationControl.h"
9int main(
int argc,
char **argv)
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\
38 GenEvent HepMCEvt(Units::GEV,Units::MM);
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)