ATLAS Offline Software
InDetTrackMomentumDecoratorAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 #ifndef TRACKING_ANALYSIS_ALGORITHMS__MOMENTUMDECORATOR_ALG__H
8 #define TRACKING_ANALYSIS_ALGORITHMS__MOMENTUMDECORATOR_ALG__H
9 
14 
16 
17 namespace CP {
18 
20 
21  public:
23  virtual StatusCode initialize() override;
24  virtual StatusCode execute() override;
25 
26  private:
29  this, "inDetTracks", "", "the track collection to run on"};
31  this, "momentumDecoration", "pt_%SYS%", "decoration for per-object transverse momentum"};
32 
33  };
34 
35 } // namespace
36 
37 #endif
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
SysWriteDecorHandle.h
CP::InDetTrackMomentumDecoratorAlg::m_systematicsList
CP::SysListHandle m_systematicsList
Definition: InDetTrackMomentumDecoratorAlg.h:27
SysListHandle.h
CP::InDetTrackMomentumDecoratorAlg
Definition: InDetTrackMomentumDecoratorAlg.h:19
CP::SysReadHandle
a data handle for reading systematics varied input data
Definition: SysReadHandle.h:32
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
CP::InDetTrackMomentumDecoratorAlg::execute
virtual StatusCode execute() override
Definition: InDetTrackMomentumDecoratorAlg.cxx:20
SysReadHandle.h
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
columnar::final
CM final
Definition: ColumnAccessor.h:106
CP::InDetTrackMomentumDecoratorAlg::m_momentumDecor
CP::SysWriteDecorHandle< float > m_momentumDecor
Definition: InDetTrackMomentumDecoratorAlg.h:30
CP::InDetTrackMomentumDecoratorAlg::m_tracksHandle
CP::SysReadHandle< xAOD::TrackParticleContainer > m_tracksHandle
Definition: InDetTrackMomentumDecoratorAlg.h:28
CP::SysWriteDecorHandle< float >
CP::InDetTrackMomentumDecoratorAlg::initialize
virtual StatusCode initialize() override
Definition: InDetTrackMomentumDecoratorAlg.cxx:11
TrackParticleContainer.h