|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef ASG_ANALYSIS_ALGORITHMS__PMG_TRUTH_WEIGHT_ALG_H
9 #define ASG_ANALYSIS_ALGORITHMS__PMG_TRUTH_WEIGHT_ALG_H
30 ToolHandle<PMGTools::IPMGTruthWeightTool>
m_truthWeightTool {
this,
"truthWeightTool",
"PMGTools::PMGTruthWeightTool",
"the truth weight tool"};
39 this,
"eventInfo",
"EventInfo",
"the event info object to run on"};
44 this,
"decoration",
"",
"the decoration for the truth weights"};
an algorithm for calling IPMGTruthWeightTool
a class managing the property to configure the list of systematics to process
SysWriteDecorHandle< float > m_decoration
the decoration for the truth weights
StatusCode initialize() override
ToolHandle< PMGTools::IPMGTruthWeightTool > m_truthWeightTool
the tool
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info we decorate
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
SysListHandle m_systematicsList
the systematics list we run
StatusCode execute() override