ATLAS Offline Software
Loading...
Searching...
No Matches
AsgClassificationDecorationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_CLASSIFICATION_DECORATION_ALG_H
8#define ASG_ANALYSIS_ALGORITHMS__ASG_CLASSIFICATION_DECORATION_ALG_H
9
13#include <xAODBase/IParticle.h>
16
18
19
20namespace CP
21{
22
26{
27 public:
30 virtual StatusCode initialize() override;
31 virtual StatusCode execute() override;
32
33
35private:
36 ToolHandle<IClassificationTool> m_tool {this, "tool", "", "classification tool"};
37
39private:
41
43private:
45 this, "particles", "", "the container to use"};
46
48private:
50 this, "decoration", "IFFClass_%SYS%", "decoration for per-object IFF truth class"};
51
52};
53
54} // namespace CP
55
56#endif
an algorithm for decorating classification using a tool based on the CP::IClassificationTool
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
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.