![]() |
AliPhysics
5b5fbb3 (5b5fbb3)
|
Lightweight class that encapsulates D0. More...
#include <AliAnalysisTaskDmesonJets.h>
Public Member Functions | |
AliD0InfoSummary () | |
AliD0InfoSummary (const AliDmesonJetInfo &source) | |
virtual | ~AliD0InfoSummary () |
virtual void | Reset () |
Reset the object. More... | |
virtual void | Set (const AliDmesonJetInfo &source) |
![]() | |
AliDmesonInfoSummary () | |
AliDmesonInfoSummary (const AliDmesonJetInfo &source) | |
virtual | ~AliDmesonInfoSummary () |
Public Attributes | |
Double32_t | fInvMass |
Invariant mass of the D0 meson candidate in GeV/c2. More... | |
Double32_t | fSelectionType |
Selection type: D0, D0bar, both. More... | |
![]() | |
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 D0.
This class encapsulates D0 jet information in a very compact data structure (50 bits)
Definition at line 360 of file AliAnalysisTaskDmesonJets.h.
|
inline |
Definition at line 362 of file AliAnalysisTaskDmesonJets.h.
AliAnalysisTaskDmesonJets::AliD0InfoSummary::AliD0InfoSummary | ( | const AliDmesonJetInfo & | source | ) |
Constructor that uses an AliDmesonJetInfo as its source
source | A const reference to a valid AliDmesonJetInfo object |
Definition at line 567 of file AliAnalysisTaskDmesonJets.cxx.
|
inlinevirtual |
Definition at line 364 of file AliAnalysisTaskDmesonJets.h.
|
virtual |
Reset the object.
Reimplemented from AliAnalysisTaskDmesonJets::AliDmesonInfoSummary.
Reimplemented in AliAnalysisTaskDmesonJets::AliD0ExtendedInfoSummary.
Definition at line 585 of file AliAnalysisTaskDmesonJets.cxx.
Referenced by AliAnalysisTaskDmesonJetsDetectorResponse::AliD0MatchInfoSummary::Reset(), AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::Reset(), and AliAnalysisTaskDmesonJets::AliD0ExtendedInfoSummary::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.
Reimplemented in AliAnalysisTaskDmesonJets::AliD0ExtendedInfoSummary.
Definition at line 577 of file AliAnalysisTaskDmesonJets.cxx.
Referenced by AliAnalysisTaskDmesonJets::AliD0ExtendedInfoSummary::Set(), AliAnalysisTaskDmesonJetsDetectorResponse::AliD0MatchInfoSummary::SetReconstructed(), and AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::SetReconstructed().
Double32_t AliAnalysisTaskDmesonJets::AliD0InfoSummary::fInvMass |
Invariant mass of the D0 meson candidate in GeV/c2.
Definition at line 370 of file AliAnalysisTaskDmesonJets.h.
Referenced by AliDJetTTreeReader::ExtractInputMassPlotEffScale(), AliDJetTTreeReader::ExtractInputMassPlotSideband(), Reset(), and Set().
Double32_t AliAnalysisTaskDmesonJets::AliD0InfoSummary::fSelectionType |
Selection type: D0, D0bar, both.
Definition at line 372 of file AliAnalysisTaskDmesonJets.h.