![]() |
AliPhysics
fb6b143 (fb6b143)
|
Lightweight class that encapsulates matching between reconstructed and generated D0 mesons. More...
#include <AliAnalysisTaskDmesonJetsDetectorResponse.h>
Public Member Functions | |
AliD0MatchInfoSummary () | |
virtual void | Reset () |
Reset the object. More... | |
virtual void | SetReconstructed (const AliDmesonJetInfo &reco) |
virtual void | SetGenerated (const AliDmesonJetInfo &truth) |
virtual AliDmesonInfoSummary * | GetReconstructed () |
virtual AliDmesonInfoSummary * | GetGenerated () |
![]() | |
AliDmesonMatchInfoSummary () | |
virtual | ~AliDmesonMatchInfoSummary () |
Public Attributes | |
AliD0InfoSummary | fReconstructed |
Reconstructed D meson. More... | |
AliDmesonMCInfoSummary | fGenerated |
Generated D meson. More... | |
Lightweight class that encapsulates matching between reconstructed and generated D0 mesons.
This class encapsulates matching information between reconstructed and generated D0 mesons in a compact data structure
Definition at line 65 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inline |
Definition at line 67 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inlinevirtual |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 74 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inlinevirtual |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 73 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
virtual |
Reset the object.
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 37 of file AliAnalysisTaskDmesonJetsDetectorResponse.cxx.
|
virtual |
Set the current object using instances of AliDmesonJetInfo as its source
truth | A const reference to a AliDmesonJetInfo object representing the generated D meson |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 54 of file AliAnalysisTaskDmesonJetsDetectorResponse.cxx.
|
virtual |
Set the current object using instances of AliDmesonJetInfo as its source
reco | A const reference to a AliDmesonJetInfo object representing the reconstructed D meson |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 46 of file AliAnalysisTaskDmesonJetsDetectorResponse.cxx.
AliDmesonMCInfoSummary AliAnalysisTaskDmesonJetsDetectorResponse::AliD0MatchInfoSummary::fGenerated |
Generated D meson.
Definition at line 77 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
Referenced by Reset(), AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::Reset(), SetGenerated(), and AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::SetGenerated().
AliD0InfoSummary AliAnalysisTaskDmesonJetsDetectorResponse::AliD0MatchInfoSummary::fReconstructed |
Reconstructed D meson.
Definition at line 76 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
Referenced by Reset(), AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::Reset(), SetReconstructed(), and AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::SetReconstructed().