6 #include "ValidationControl.h" 9 int main(
int ,
char** )
11 FILE* F=fopen(
"testTauola1.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 Tauola1 8.185)\n\ 40 FILE* Fconfig=fopen(
"testTauola1.config",
"w");
42 INPUT pythia8 testTauola1.input\n\ 55 GenEvent HepMCEvt(Units::GEV,Units::MM);
60 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.