9 #ifndef ALIREDUCEDJETPARTICLE_H 10 #define ALIREDUCEDJETPARTICLE_H 14 #include <TObjArray.h> 114 void SetKine(
double px,
double py,
double pz,
double e){
AliReducedJetParticle & operator=(const AliReducedJetParticle &ref)
void SetNumberOfTPCtrackReferences(unsigned short nref)
bool IsReconstructed() const
double fPy
y-component of the momentum vector
void SetKine(double px, double py, double pz, double e)
double fDr
Distance to the main jet axis.
void AddMatchedTrack(AliReducedMatchedTrack *trk)
TObjArray * fMatchedTrackContainer
Container for matched tracks at reconstruction level.
double GetDeltaPt(int itrk=0) const
virtual ~AliReducedJetParticle()
void FillLorentzVector(TLorentzVector &ref) const
double fPz
z-component of the momentum vector
int fPdgCode
PDG code of the particle.
Namespace for classes creating trees of events with jets.
AliReducedMatchedTrack * GetMatchedTrack(int itrk)
double GetDistanceToJetMainAxis() const
double fE
Particle energy.
Reduced information set of particles associated with a jet.
void SetDistanceToMainJetAxis(double dr)
Definition of class AliReducedTrack, a structure with reduced track information at reconstruction lev...
unsigned short GetNumberOfTPCTrackReferences() const
double fPx
x-component of the momentum vector
int GetNumberOfMatchedTracks() const
Class with reduced track information at reconstruction level.
TObjArray * GetMatchedTracks() const
unsigned short fNTPCTrackReferences
Number of TPC track references associated to the particle.