AliPhysics  a60a912 (a60a912)
AliAnalysisTaskDmesonJetsSub::AliJetInfo Class Reference

Class that encapsulates jets. More...

#include <AliAnalysisTaskDmesonJetsSub.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 AliAnalysisTaskDmesonJetsSub.h.

Constructor & Destructor Documentation

AliAnalysisTaskDmesonJetsSub::AliJetInfo::AliJetInfo ( )
inline

Definition at line 168 of file AliAnalysisTaskDmesonJetsSub.h.

AliAnalysisTaskDmesonJetsSub::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 AliAnalysisTaskDmesonJetsSub.h.

virtual AliAnalysisTaskDmesonJetsSub::AliJetInfo::~AliJetInfo ( )
inlinevirtual

Definition at line 172 of file AliAnalysisTaskDmesonJetsSub.h.

Member Function Documentation

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

Definition at line 178 of file AliAnalysisTaskDmesonJetsSub.h.

Double_t AliAnalysisTaskDmesonJetsSub::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 AliAnalysisTaskDmesonJetsSub.cxx.

Double_t AliAnalysisTaskDmesonJetsSub::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 AliAnalysisTaskDmesonJetsSub.cxx.

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

Member Data Documentation

Double_t AliAnalysisTaskDmesonJetsSub::AliJetInfo::fArea
Double_t AliAnalysisTaskDmesonJetsSub::AliJetInfo::fCorrPt

Transverse momentum of the jet after subtracting the average background.

Definition at line 189 of file AliAnalysisTaskDmesonJetsSub.h.

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

Double_t AliAnalysisTaskDmesonJetsSub::AliJetInfo::fMaxChargedPt

Transverse momentum of the leading charged particle (or track)

Definition at line 186 of file AliAnalysisTaskDmesonJetsSub.h.

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

Double_t AliAnalysisTaskDmesonJetsSub::AliJetInfo::fMaxNeutralPt

Transverse momentum of the leading neutral particle (or cluster)

Definition at line 187 of file AliAnalysisTaskDmesonJetsSub.h.

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

AliTLorentzVector AliAnalysisTaskDmesonJetsSub::AliJetInfo::fMomentum

4-momentum of the jet

Definition at line 183 of file AliAnalysisTaskDmesonJetsSub.h.

Int_t AliAnalysisTaskDmesonJetsSub::AliJetInfo::fNConstituents

Number of constituents of the jet.

Definition at line 184 of file AliAnalysisTaskDmesonJetsSub.h.

Double_t AliAnalysisTaskDmesonJetsSub::AliJetInfo::fNEF

Neutral Energy Fraction of the jet.

Definition at line 185 of file AliAnalysisTaskDmesonJetsSub.h.


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