|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef ASG_ANALYSIS_ALGORITHMS__ASG_CLASSIFICATION_DECORATION_ALG_H
8 #define ASG_ANALYSIS_ALGORITHMS__ASG_CLASSIFICATION_DECORATION_ALG_H
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"};
a class managing the property to configure the list of systematics to process
CP::SysListHandle m_systematicsList
the systematics list we run
virtual StatusCode execute() override
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
ToolHandle< IClassificationTool > m_tool
truth classifier tool handle
CP::SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
particles container handle
the (new) base class for EventLoop algorithms
CP::SysWriteDecorHandle< int > m_classificationDecorator
the decoration for the truth classification
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
an algorithm for decorating classification using a tool based on the CP::IClassificationTool