![]() |
AliPhysics
5b5fbb3 (5b5fbb3)
|
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 89 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inline |
Definition at line 91 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inlinevirtual |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 98 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
inlinevirtual |
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 97 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
|
virtual |
Reset the object.
Implements AliAnalysisTaskDmesonJetsDetectorResponse::AliDmesonMatchInfoSummary.
Definition at line 66 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 83 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 75 of file AliAnalysisTaskDmesonJetsDetectorResponse.cxx.
AliDmesonInfoSummary AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::fGenerated |
Generated D meson.
Definition at line 101 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.
AliDStarInfoSummary AliAnalysisTaskDmesonJetsDetectorResponse::AliDStarMatchInfoSummary::fReconstructed |
Reconstructed D meson.
Definition at line 100 of file AliAnalysisTaskDmesonJetsDetectorResponse.h.