![]() |
AliPhysics
7f4dd97 (7f4dd97)
|
Lightweight class that encapsulates matching between reconstructed and generated D* mesons. More...
#include <AliAnalysisTaskDmesonJetsDetectorResponse.h>
Public Member Functions | |
AliDStarMatchInfoSummary () | |
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 | |
AliDStarInfoSummary | fReconstructed |
Reconstructed D meson. More... | |
AliDmesonInfoSummary | fGenerated |
Generated D meson. More... | |
Lightweight class that encapsulates matching between reconstructed and generated D* mesons.
This class encapsulates matching information between reconstructed and generated D* mesons in a compact data structure
Definition at line 87 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inline |
Definition at line 89 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inlinevirtual |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 96 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inlinevirtual |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 95 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
virtual |
Reset the object.
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 60 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 77 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 69 of file AliAnalysisTaskDmesonJetsDetectorResponse.cxx.
AliDmesonInfoSummary AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::fGenerated |
Generated D meson.
Definition at line 99 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
Referenced by GetGenerated().
AliDStarInfoSummary AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::fReconstructed |
Reconstructed D meson.
Definition at line 98 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
Referenced by GetReconstructed().