ATLAS Offline Software
Loading...
Searching...
No Matches
AsgEnergyDecoratorAlg.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_ENERGYDECORATOR_ALG__H
8#define ASG_ENERGYDECORATOR_ALG__H
9
14
16
17namespace CP {
18
20
21 public:
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute() override;
25
26 private:
29 this, "particles", "SetMe", "the particle collection to run on"};
31 this, "energyDecoration", "e_%SYS%", "decoration for per-object energy"};
32
33 };
34
35} // namespace
36
37#endif
virtual StatusCode initialize() override
virtual StatusCode execute() override
CP::SysWriteDecorHandle< float > m_energyDecor
CP::SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
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.