6#include "ValidationControl.h"
11 FILE* Finput=fopen(
"testPythia1.input",
"w");
14# Process: ee -> Z -> tau+ tau- @ 92GeV\n\
17WeakSingleBoson:ffbar2gmZ = on\n\
23# Simplify event as much as possible\n\
24HadronLevel:all = off\n\
25HadronLevel:Hadronize = off\n\
26SpaceShower:QEDshowerByL = off\n\
27SpaceShower:QEDshowerByQ = off\n\
28PartonLevel:ISR = off\n\
29PartonLevel:FSR = off\n\
35# Leave tau undecayed (tau decays are very slow in Pythia 8.185)\n\
41 FILE* Fconfig=fopen(
"testPythia1.config",
"w");
43INPUT pythia8 testPythia1.input\n\
56 GenEvent HepMCEvt(Units::GEV,Units::MM);
61 return 1*(counter-1000);
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.