10 #ifndef ALIREDUCEDEMCALCLUSTER_H 11 #define ALIREDUCEDEMCALCLUSTER_H 109 void Copy(
TObject &target)
const;
141 void FillCellEnergies(
TArrayD &target);
177 fCellEnergies[0] = e1;
178 fCellEnergies[1] = e2;
179 fCellEnergies[2] = e3;
Int_t fPdg
Particle PDG code.
Reduced EMCAL cluster information.
void SetClusterPosition(Float_t eta, Float_t phi)
Float_t fM20
M20 shower shape parameter.
void Set(Int_t id, Float_t energy, Float_t eta, Float_t phi, Float_t m02, Float_t m20)
Int_t GetClusterID() const
void SetClusterEnergy(Float_t energy)
virtual ~AliReducedClusterParticle()
void SetEnergy(Double_t energy)
Double_t fPvec[3]
Particle momentum vector.
void SetShowerShapeParameters(Float_t m02, Float_t m20)
void SetMomentum(Double_t px, Double_t py, Double_t pz)
TObjArray * GetClusterContributors() const
void SetPdgCode(Int_t pdg)
TObjArray * fContributors
True particles contributing to the cluster.
void SetLeadingCellEnergies(Double_t e1, Double_t e2, Double_t e3)
Namespace for classes creating trees of events with jets.
Float_t fEnergy
Energy of the cluster.
MC true contributor to a reconstructed EMCAL cluster.
Float_t fEta
Cluster position in relative to the primary vertex.
void FillLorentzVector(TLorentzVector &target) const
Float_t GetClusterEnergy() const
void SetClusterID(Int_t id)
Float_t fPhi
Cluster position in relative to the primary vertex.
Float_t fM02
M02 shower shape parameter.
Double_t fEnergy
Particle energy.
Int_t fClusterID
ID of the cluster.
AliReducedClusterParticle()