AliPhysics  19b3b9d (19b3b9d)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEmcalPythiaInfo.cxx
Go to the documentation of this file.
1 #include "AliEmcalPythiaInfo.h"
2 
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 
ClassImp(AliAnalysisTaskDeltaPt) AliAnalysisTaskDeltaPt
Store some informaion about a Pythia eventThis class is used to store some information about a Pythia...
Declaration of class AliEmcalPythiaInfo.