![]() |
AliPhysics
31210d0 (31210d0)
|
Lightweight class that encapsulates D meson jets. More...
#include <AliAnalysisTaskDmesonJets.h>
Public Member Functions | |
AliDmesonMCInfoSummary () | |
AliDmesonMCInfoSummary (const AliDmesonJetInfo &source) | |
virtual | ~AliDmesonMCInfoSummary () |
virtual void | Reset () |
Reset the object. More... | |
virtual void | Set (const AliDmesonJetInfo &source) |
![]() | |
AliDmesonInfoSummary () | |
AliDmesonInfoSummary (const AliDmesonJetInfo &source) | |
virtual | ~AliDmesonInfoSummary () |
Public Attributes | |
Double32_t | fPartonType |
Parton type. More... | |
Double32_t | fPartonPt |
Transverse momentum of the parton. More... | |
UShort_t | fAncestorPDG |
![]() | |
Double32_t | fPt |
Transverse momentum of the D meson in GeV/c. More... | |
Double32_t | fEta |
Eta of the D meson. More... | |
Double32_t | fPhi |
Phi of the D meson. More... | |
Lightweight class that encapsulates D meson jets.
This class encapsulates D meson information in a very compact data structure (68 bits)
Definition at line 334 of file AliAnalysisTaskDmesonJets.h.
|
inline |
Definition at line 336 of file AliAnalysisTaskDmesonJets.h.
AliAnalysisTaskDmesonJets::AliDmesonMCInfoSummary::AliDmesonMCInfoSummary | ( | const AliDmesonJetInfo & | source | ) |
Constructor that uses an AliDmesonJetInfo as its source
source | A const reference to a valid AliDmesonJetInfo object |
Definition at line 519 of file AliAnalysisTaskDmesonJets.cxx.
|
inlinevirtual |
Definition at line 338 of file AliAnalysisTaskDmesonJets.h.
|
virtual |
Reset the object.
Reimplemented from AliAnalysisTaskDmesonJets::AliDmesonInfoSummary.
Definition at line 550 of file AliAnalysisTaskDmesonJets.cxx.
Referenced by AliAnalysisTaskDmesonJetsDetectorResponse::AliD0MatchInfoSummary::Reset(), and AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::Reset().
|
virtual |
Set the current object using an instance of AliDmesonJetInfo as its source
source | A const reference to a valid AliDmesonJetInfo object |
Reimplemented from AliAnalysisTaskDmesonJets::AliDmesonInfoSummary.
Definition at line 531 of file AliAnalysisTaskDmesonJets.cxx.
Referenced by AliDmesonMCInfoSummary(), AliAnalysisTaskDmesonJetsDetectorResponse::AliD0MatchInfoSummary::SetGenerated(), and AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::SetGenerated().
UShort_t AliAnalysisTaskDmesonJets::AliDmesonMCInfoSummary::fAncestorPDG |
Definition at line 348 of file AliAnalysisTaskDmesonJets.h.
Double32_t AliAnalysisTaskDmesonJets::AliDmesonMCInfoSummary::fPartonPt |
Transverse momentum of the parton.
Definition at line 346 of file AliAnalysisTaskDmesonJets.h.
Double32_t AliAnalysisTaskDmesonJets::AliDmesonMCInfoSummary::fPartonType |
Parton type.
Definition at line 344 of file AliAnalysisTaskDmesonJets.h.