![]() |
AliPhysics
58ae0ed (58ae0ed)
|
MC true contributor to a reconstructed EMCAL cluster. More...
#include <AliReducedEmcalCluster.h>
Public Member Functions | |
AliReducedClusterParticle () | |
AliReducedClusterParticle (Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t energy) | |
virtual | ~AliReducedClusterParticle () |
void | FillLorentzVector (TLorentzVector &target) const |
Int_t | GetPdgCode () const |
void | SetMomentum (Double_t px, Double_t py, Double_t pz) |
void | SetEnergy (Double_t energy) |
void | SetPdgCode (Int_t pdg) |
Protected Attributes | |
Int_t | fPdg |
Particle PDG code. More... | |
Double_t | fPvec [3] |
Particle momentum vector. More... | |
Double_t | fEnergy |
Particle energy. More... | |
MC true contributor to a reconstructed EMCAL cluster.
This class is part of the reduced EMCAL cluster and stores true information of particles matched to the EMCAL cluster based on the label
Definition at line 46 of file AliReducedEmcalCluster.h.
HighPtTracks::AliReducedClusterParticle::AliReducedClusterParticle | ( | ) |
Dummy constructor
Definition at line 155 of file AliReducedEmcalCluster.cxx.
HighPtTracks::AliReducedClusterParticle::AliReducedClusterParticle | ( | Int_t | pdg, |
Double_t | px, | ||
Double_t | py, | ||
Double_t | pz, | ||
Double_t | energy | ||
) |
Default constructor, initializing params
pdg | Particle PDG code |
px | x-component of the momentum vector |
py | y-component of the momentum vector |
pz | z-component of the momentum vector |
energy | Particle energy |
Definition at line 170 of file AliReducedEmcalCluster.cxx.
|
virtual |
Destructor, does nothing
Definition at line 183 of file AliReducedEmcalCluster.cxx.
void HighPtTracks::AliReducedClusterParticle::FillLorentzVector | ( | TLorentzVector & | target | ) | const |
Accessor to particle kinematical information via a TLorentzVector
target | Lorentzvector to fill with particle kinematical information |
Definition at line 189 of file AliReducedEmcalCluster.cxx.
|
inline |
Get the PDG code of the particle
Definition at line 57 of file AliReducedEmcalCluster.h.
|
inline |
Set the particle energy
energy | The particle energy |
Definition at line 74 of file AliReducedEmcalCluster.h.
|
inline |
Set the particle momentum
px | x-component of the particle momentum |
py | y-component of the particle momentum |
pz | z-component of the particle momentum |
Definition at line 65 of file AliReducedEmcalCluster.h.
|
inline |
Set the particle PDG code
The | PDG code of the particle |
Definition at line 79 of file AliReducedEmcalCluster.h.
|
protected |
|
protected |
Particle PDG code.
Definition at line 82 of file AliReducedEmcalCluster.h.
Referenced by GetPdgCode(), and SetPdgCode().
|
protected |
Particle momentum vector.
Definition at line 83 of file AliReducedEmcalCluster.h.
Referenced by AliReducedClusterParticle(), and SetMomentum().