11 #ifndef ST_PYTHIA_EVENT_MAKER_H
12 #define ST_PYTHIA_EVENT_MAKER_H
30 , mFileName(
"pythia.root")
37 void Clear(Option_t* option =
"");
41 void SetPythiaFile(
const char* filename) { mFileName = filename; }
48 void getAsymmetries();
58 ostream& operator<<(ostream&,
const TVector3&);
59 ostream& operator<<(ostream&,
const TParticle&);
62 #endif // ST_PYTHIA_EVENT_MAKER_H
void Clear(Option_t *option="")
User defined functions.
StMaker(const char *name="", const char *dummy=0)
Constructor & Destructor.