27 #ifndef ALIEMCALJETCONSTITUENT_H 28 #define ALIEMCALJETCONSTITUENT_H 72 virtual double Px()
const = 0;
78 virtual double Py()
const = 0;
84 virtual double Pz()
const = 0;
90 virtual double Pt()
const = 0;
96 virtual double E()
const = 0;
102 virtual double Eta()
const = 0;
108 virtual double Phi()
const = 0;
Bool_t IsFromEmbeddedEvent() const
Checks whether the constituent is from an embedded event.
virtual double Py() const =0
Access to y-component of the momentum vector.
ULong_t GetGlobalIndex() const
Get the index of the constituent in the global index map.
virtual ~AliEmcalJetConstituent()
Destructor.
Bool_t fIsFromEmbeddedEvent
Flag whether constituent is from embedded event.
Namespace for objects belonging to the ALICE jet framework.
Interface class for constituent objects (clusters / particles) in an ALICE jet.
virtual double Phi() const =0
Access to azimuthal angle.
void SetGlobalIndex(ULong_t index)
Set the index in the globl.
Namespace for PWG framework classes.
virtual double Pz() const =0
Access to z-component of the momentum vector.
AliEmcalJetConstituent()
Constructor.
virtual double Eta() const =0
Access to pseudorapidity.
ULong_t fGlobalIndex
Index of the constituent in the global index map.
void SetIsFromEmbeddedEvent(Bool_t isEmbedded)
Specify whether constituent is from embedded event.
virtual double E() const =0
Access to constituent energy.
virtual double Pt() const =0
Access to transverse momentum.
virtual double Px() const =0
Access to x-component of the momentum vector.