7#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_CLASSIFICATION_DECORATION_ALG_H
8#define ASG_ANALYSIS_ALGORITHMS__ASG_CLASSIFICATION_DECORATION_ALG_H
31 virtual StatusCode
execute()
override;
36 ToolHandle<IClassificationTool>
m_tool {
this,
"tool",
"",
"classification tool"};
45 this,
"particles",
"",
"the container to use"};
50 this,
"decoration",
"IFFClass_%SYS%",
"decoration for per-object IFF truth class"};
an algorithm for decorating classification using a tool based on the CP::IClassificationTool
virtual StatusCode execute() override
CP::SysListHandle m_systematicsList
the systematics list we run
CP::SysWriteDecorHandle< int > m_classificationDecorator
the decoration for the truth classification
CP::SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
particles container handle
ToolHandle< IClassificationTool > m_tool
truth classifier tool handle
virtual StatusCode initialize() override
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematics varied input data
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.