12 #ifndef ALIANALYSISTASKEMCALJETTREE_H
13 #define ALIANALYSISTASKEMCALJETTREE_H
124 AliEmcalJetInfoSummaryEmbedding() :
fPt(0),
fEta(0),
fPhi(0),
fNEF(0),
fZLeading(0),
fCent(0),
fEP(0),
fArea(0),
fNConstituents(0),
fCorrPt(0),
fMCPt(0) {;}
Declaration of class AliAnalysisTaskEmcalJetSpectraQA.
Double32_t fNConstituents
Number of constituents.
Double32_t fCent
< Centrality
void FillTTree(const AliEmcalJetInfo &jetInfo, const AliJetContainer *jets)=0
void Set(const AliEmcalJetInfo &source)
Double32_t fArea
Jet area.
Double32_t fEta
Eta of the jet.
Double32_t fMCPt
Jet MC pt.
void Reset()
Reset the object.
virtual ~AliEmcalJetInfoSummaryPbPb()
AliEmcalJetInfoSummaryEmbedding()
Double32_t fEta
Eta of the jet.
Double32_t fCorrPt
Jet corrected pt.
Class that encapsulates jets in a very compact structure (embedding analysis)
Double32_t fPhi
Phi of the jet.
AliAnalysisTaskEmcalJetTree()
Default constructor for ROOT I/O purposes.
AliEmcalJetInfoSummaryPbPb()
void Reset()
Reset the object.
void Set(const AliEmcalJetInfo &source)
std::map< std::string, std::vector< T > > * fCurrentOutput
! This vector contains the pointers of the tree branch objects
virtual ~AliEmcalJetInfoSummaryEmbedding()
void Set(const AliEmcalJetInfo &source)
Double32_t fEP
Angle between the jet axis and the event plane.
AliEmcalJetInfoSummaryPP()
Double32_t fPt
Transverse momentum of the jet in GeV/c.
Double32_t fPhi
Phi of the jet.
Double32_t fEta
Eta of the jet.
void UserCreateOutputObjects()
Overloads base class method. Creates output objects.
TTree * fTree
! Output tree
AliAnalysisTaskEmcalJetTreeBase()
Double32_t fPt
Transverse momentum of the jet in GeV/c.
Double32_t fNConstituents
Number of constituents.
void AllocateTTree(const AliJetContainer *jets)=0
Pure virtual base class for AliAnalysisTaskEmcalJetTree<T>
Implementation of a task to generate a tree with all jets.
void FillTTree(const AliEmcalJetInfo &jetInfo, const AliJetContainer *jets)
static AliAnalysisTaskEmcalJetTreeBase * CreateInstance(const char *name, EAnalisysType_t type=kJetPP)
Double32_t fNConstituents
Number of constituents.
AliAnalysisTaskEmcalJetTree & operator=(const AliAnalysisTaskEmcalJetTree &)
Double32_t fCent
< Centrality
Class that encapsulates jets in a very compact structure (pp analysis)
void Reset()
Reset the object.
Double32_t fPhi
Phi of the jet.
Double32_t fPt
Transverse momentum of the jet in GeV/c.
Double32_t fCorrPt
Jet corrected pt.
virtual ~AliAnalysisTaskEmcalJetTree()
Double32_t fEP
Angle between the jet axis and the event plane.
Class that encapsulates jets in a very compact structure (Pb-Pb analysis)
Double32_t fArea
Jet area.
virtual ~AliEmcalJetInfoSummaryPP()
virtual ~AliAnalysisTaskEmcalJetTreeBase()
void AllocateTTree(const AliJetContainer *jets)
Container for jet within the EMCAL jet framework.
Implementation of a task to perform QA on jet spectra.
Class that encapsulates jets.