AliPhysics  f1cc956 (f1cc956)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskDmesonJets::AliJetInfo Class Reference

Class that encapsulates jets. More...

#include <AliAnalysisTaskDmesonJets.h>

Public Member Functions

 AliJetInfo ()
 
virtual ~AliJetInfo ()
 
Double_t Pt () const
 
Double_t Eta () const
 
Double_t Phi () const
 
Double_t Phi_0_2pi () 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...
 

Detailed Description

Class that encapsulates jets.

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

Definition at line 101 of file AliAnalysisTaskDmesonJets.h.

Constructor & Destructor Documentation

AliAnalysisTaskDmesonJets::AliJetInfo::AliJetInfo ( )
inline

Definition at line 103 of file AliAnalysisTaskDmesonJets.h.

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

Definition at line 105 of file AliAnalysisTaskDmesonJets.h.

Member Function Documentation

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::Phi ( ) const
inline
Double_t AliAnalysisTaskDmesonJets::AliJetInfo::Phi_0_2pi ( ) const
inline

Member Data Documentation

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fMaxChargedPt

Transverse momentum of the leading charged particle (or track)

Definition at line 115 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 116 of file AliAnalysisTaskDmesonJets.h.

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

AliTLorentzVector AliAnalysisTaskDmesonJets::AliJetInfo::fMomentum

4-momentum of the jet

Definition at line 112 of file AliAnalysisTaskDmesonJets.h.

Referenced by Eta(), Phi(), Phi_0_2pi(), and Pt().

Int_t AliAnalysisTaskDmesonJets::AliJetInfo::fNConstituents

Number of constituents of the jet.

Definition at line 113 of file AliAnalysisTaskDmesonJets.h.

Double_t AliAnalysisTaskDmesonJets::AliJetInfo::fNEF

Neutral Energy Fraction of the jet.

Definition at line 114 of file AliAnalysisTaskDmesonJets.h.


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