AliPhysics  4a7363b (4a7363b)
AliAnalysisTaskDmesonJets::AliJetInfo Class Reference

Class that encapsulates jets. More...

#include <AliAnalysisTaskDmesonJets.h>

Public Member Functions

 AliJetInfo ()
 
 AliJetInfo (Double_t px, Double_t py, Double_t pz, Double_t E, Int_t nconst, Double_t nef, Double_t cpt, Double_t npt)
 
virtual ~AliJetInfo ()
 
Double_t Pt () const
 
Double_t Eta () const
 
Double_t Phi () const
 
Double_t Phi_0_2pi () const
 
Double_t CorrPt () const
 
Int_t GetNConstituents () const
 
Double_t GetDistance (const AliJetInfo &jet, Double_t &deta, Double_t &dphi) const
 
Double_t GetDistance (const AliJetInfo &jet) const
 

Public Attributes

AliTLorentzVector fMomentum
 4-momentum of the jet More...
 
Int_t fNConstituents
 Number of constituents of the jet. More...
 
Double_t fNEF
 Neutral Energy Fraction of the jet. More...
 
Double_t fMaxChargedPt
 Transverse momentum of the leading charged particle (or track) More...
 
Double_t fMaxNeutralPt
 Transverse momentum of the leading neutral particle (or cluster) More...
 
Double_t fArea
 Jet area. More...
 
Double_t fCorrPt
 Transverse momentum of the jet after subtracting the average background. More...
 

Detailed Description

Class that encapsulates jets.

This class encapsulates jet information that can be easily passed to a function.

Definition at line 166 of file AliAnalysisTaskDmesonJets.h.

Constructor & Destructor Documentation

AliAnalysisTaskDmesonJets::AliJetInfo::AliJetInfo ( )
inline

Definition at line 168 of file AliAnalysisTaskDmesonJets.h.

AliAnalysisTaskDmesonJets::AliJetInfo::AliJetInfo ( Double_t  px,
Double_t  py,
Double_t  pz,
Double_t  E,
Int_t  nconst,
Double_t  nef,
Double_t  cpt,
Double_t  npt 
)
inline

Definition at line 169 of file AliAnalysisTaskDmesonJets.h.

virtual AliAnalysisTaskDmesonJets::AliJetInfo::~AliJetInfo ( )
inlinevirtual

Definition at line 172 of file AliAnalysisTaskDmesonJets.h.

Member Function Documentation

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::CorrPt ( ) const
inline

Definition at line 178 of file AliAnalysisTaskDmesonJets.h.

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::GetDistance ( const AliJetInfo jet,
Double_t deta,
Double_t dphi 
) const

Calculates the distance between this jet and another jet

Parameters
jetConst reference to a AliJetInfo object
detareference where the eta distance will be returned
dphireference where the phi distance will be returned
Returns
The distance between this jet and the jet reference provided

Definition at line 123 of file AliAnalysisTaskDmesonJets.cxx.

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::GetDistance ( const AliJetInfo jet) const

Calculates the distance between this jet and another jet

Parameters
jetConst reference to a AliJetInfo object
Returns
The distance between this jet and the jet reference provided

Definition at line 134 of file AliAnalysisTaskDmesonJets.cxx.

Int_t AliAnalysisTaskDmesonJets::AliJetInfo::GetNConstituents ( ) const
inline

Member Data Documentation

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fArea

Jet area.

Definition at line 188 of file AliAnalysisTaskDmesonJets.h.

Referenced by AliAnalysisTaskDmesonJets::AliJetInfoPbPbSummary::Set().

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fCorrPt

Transverse momentum of the jet after subtracting the average background.

Definition at line 189 of file AliAnalysisTaskDmesonJets.h.

Referenced by AliAnalysisTaskDmesonJets::AliJetInfoPbPbSummary::Set().

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fMaxChargedPt

Transverse momentum of the leading charged particle (or track)

Definition at line 186 of file AliAnalysisTaskDmesonJets.h.

Referenced by AliAnalysisTaskDmesonJets::AliHFJetDefinition::IsJetInAcceptance().

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fMaxNeutralPt

Transverse momentum of the leading neutral particle (or cluster)

Definition at line 187 of file AliAnalysisTaskDmesonJets.h.

Referenced by AliAnalysisTaskDmesonJets::AliHFJetDefinition::IsJetInAcceptance().

AliTLorentzVector AliAnalysisTaskDmesonJets::AliJetInfo::fMomentum

4-momentum of the jet

Definition at line 183 of file AliAnalysisTaskDmesonJets.h.

Int_t AliAnalysisTaskDmesonJets::AliJetInfo::fNConstituents

Number of constituents of the jet.

Definition at line 184 of file AliAnalysisTaskDmesonJets.h.

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fNEF

Neutral Energy Fraction of the jet.

Definition at line 185 of file AliAnalysisTaskDmesonJets.h.


The documentation for this class was generated from the following files: