6#include "ValidationControl.h"
11 FILE* F=fopen(
"testTauola1.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 Tauola1 8.185)\n\
40 FILE* Fconfig=fopen(
"testTauola1.config",
"w");
42INPUT pythia8 testTauola1.input\n\
55 GenEvent HepMCEvt(Units::GEV,Units::MM);
60 return 1*(counter-1000);
Stores event-related information.
Runs multiple validation tools.
bool new_event()
New event.
void initialize()
Init function.
void set_event_limit(int events)
Set event limit.
void process(GenEvent &hepmc)
Process event.
void read_file(const std::string &filename)
Read file.