AliPhysics  fb6b143 (fb6b143)
AliEmcalPythiaInfo.cxx
Go to the documentation of this file.
1 #include "AliEmcalPythiaInfo.h"
2 
4 ClassImp(AliEmcalPythiaInfo)
6 
7 //_______________________________________________
9  TNamed("AliEmcalPythiaInfo", "AliEmcalPythiaInfo"),
10  fPartonFlag6(0),
11  fParton6(),
12  fPartonFlag7(0),
13  fParton7(),
14  fPythiaEventWeight(1)
15 {
16 }
17 
18 //_______________________________________________
20  TNamed(name, name),
21  fPartonFlag6(0),
22  fParton6(),
23  fPartonFlag7(0),
24  fParton7(),
25  fPythiaEventWeight(1)
26 {
27 }
28 
Store some informaion about a Pythia eventThis class is used to store some information about a Pythia...
Declaration of class AliEmcalPythiaInfo.