6 #include "ValidationControl.h" 9 int main(
int ,
char** )
11 FILE* Finput=fopen(
"testMCTester1.input",
"w");
14 # Process: ee -> Z -> tau+ tau- @ 92GeV\n\ 17 WeakSingleBoson:ffbar2gmZ = on\n\ 23 # Simplify event as much as possible\n\ 24 HadronLevel:all = off\n\ 25 HadronLevel:Hadronize = off\n\ 26 SpaceShower:QEDshowerByL = off\n\ 27 SpaceShower:QEDshowerByQ = off\n\ 28 PartonLevel:ISR = off\n\ 29 PartonLevel:FSR = off\n\ 35 # Leave tau undecayed (tau decays are very slow in Pythia 8.185)\n\ 42 FILE* Fconfig=fopen(
"testMCTester1.config",
"w");
44 INPUT pythia8 testMCTester1.input\n\ 46 OUTPUT ascii testMCTester1.hepmc\n\ 51 control.
read_file(
"testMCTester1.config");
57 GenEvent HepMCEvt(Units::GEV,Units::MM);
62 return 1*(counter-1000);
void set_event_limit(int events)
Set event limit.
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.