![]() |
AliPhysics
31210d0 (31210d0)
|
Lightweight class that encapsulates D meson jets for PbPb analysis. More...
#include <AliAnalysisTaskDmesonJets.h>
Public Member Functions | |
AliJetInfoPbPbSummary () | |
AliJetInfoPbPbSummary (const AliDmesonJetInfo &source, std::string n) | |
virtual | ~AliJetInfoPbPbSummary () |
virtual void | Reset () |
Reset the current object. More... | |
virtual void | Set (const AliDmesonJetInfo &source, std::string n) |
virtual void | Set (const AliJetInfo &source) |
![]() | |
AliJetInfoSummary () | |
AliJetInfoSummary (const AliDmesonJetInfo &source, std::string n) | |
virtual | ~AliJetInfoSummary () |
Public Attributes | |
Double32_t | fCorrPt |
Transverse momentum of the jet in GeV/c after subtracting average background. More... | |
Double32_t | fCorrZ |
Z of the D meson after subtracting average background. More... | |
Double32_t | fArea |
Area of the jet. More... | |
![]() | |
Double32_t | fPt |
Transverse momentum of the jet in GeV/c. More... | |
Double32_t | fEta |
Eta of the jet. More... | |
Double32_t | fPhi |
Phi of the jet. More... | |
Double32_t | fR |
Distance between D meson and jet axis. More... | |
Double32_t | fZ |
Z of the D meson. More... | |
Double32_t | fN |
Number of jet constituents. More... | |
Lightweight class that encapsulates D meson jets for PbPb analysis.
This class encapsulates D meson jet information in a very compact data structure (77 bits)
Definition at line 279 of file AliAnalysisTaskDmesonJets.h.
|
inline |
Definition at line 281 of file AliAnalysisTaskDmesonJets.h.
AliAnalysisTaskDmesonJets::AliJetInfoPbPbSummary::AliJetInfoPbPbSummary | ( | const AliDmesonJetInfo & | source, |
std::string | n | ||
) |
Constructor that uses an AliDmesonJetInfo as its source
source | A const reference to a valid AliDmesonJetInfo object |
i | Index of the jet to be copied |
Definition at line 437 of file AliAnalysisTaskDmesonJets.cxx.
|
inlinevirtual |
Definition at line 283 of file AliAnalysisTaskDmesonJets.h.
|
virtual |
Reset the current object.
Reimplemented from AliAnalysisTaskDmesonJets::AliJetInfoSummary.
Definition at line 447 of file AliAnalysisTaskDmesonJets.cxx.
|
virtual |
Set the current object using an instance of AliDmesonJetInfo as its source
source | A const reference to a valid AliDmesonJetInfo object |
i | Index of the jet to be copied |
Reimplemented from AliAnalysisTaskDmesonJets::AliJetInfoSummary.
Definition at line 469 of file AliAnalysisTaskDmesonJets.cxx.
Referenced by AliJetInfoPbPbSummary().
|
virtual |
Set the current object using an instance of AliJetInfo as its source
source | A const reference to a valid AliJetInfo object |
Reimplemented from AliAnalysisTaskDmesonJets::AliJetInfoSummary.
Definition at line 458 of file AliAnalysisTaskDmesonJets.cxx.
Double32_t AliAnalysisTaskDmesonJets::AliJetInfoPbPbSummary::fArea |
Area of the jet.
Definition at line 296 of file AliAnalysisTaskDmesonJets.h.
Double32_t AliAnalysisTaskDmesonJets::AliJetInfoPbPbSummary::fCorrPt |
Transverse momentum of the jet in GeV/c after subtracting average background.
Definition at line 290 of file AliAnalysisTaskDmesonJets.h.
Double32_t AliAnalysisTaskDmesonJets::AliJetInfoPbPbSummary::fCorrZ |
Z of the D meson after subtracting average background.
Definition at line 293 of file AliAnalysisTaskDmesonJets.h.