Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
AsgLeptonTrackDecorationAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef ASG_ANALYSIS_ALGORITHMS__ASG_LEPTON_TRACK_DECORATION_ALG_H
7 #define ASG_ANALYSIS_ALGORITHMS__ASG_LEPTON_TRACK_DECORATION_ALG_H
8 
13 
15 
19 
20 namespace CP
21 {
23 
25  {
27  public:
29  StatusCode initialize () override;
30  StatusCode execute (const EventContext &ctx) const override;
31 
32  private:
35 
38  this, "eventInfo", "EventInfo", "the name of the EventInfo object to retrieve"};
39 
42  this, "primaryVertices", "PrimaryVertices",
43  "the name of the PrimaryVertex container to retrieve"};
44 
47  this, "particles", "", "the asg collection to run on"};
48 
50  this, "d0", "d0_%SYS%", "decoration name for d0" };
51 
53  this, "d0sig", "d0sig_%SYS%", "decoration name for d0 significance" };
54 
56  this, "z0sintheta", "z0sintheta_%SYS%", "decoration name for z0*sin(theta)" };
57 
59  this, "z0sinthetasig", "z0sinthetasig_%SYS%", "decoration name for z0*sin(theta) significance" };
60 
61  };
62 
63 }
64 
65 #endif
CP::AsgLeptonTrackDecorationAlg::m_d0sigHandle
SysWriteDecorHandle< float > m_d0sigHandle
Definition: AsgLeptonTrackDecorationAlg.h:52
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
SysWriteDecorHandle.h
SysListHandle.h
CP::AsgLeptonTrackDecorationAlg::initialize
StatusCode initialize() override
Definition: AsgLeptonTrackDecorationAlg.cxx:18
CP::AsgLeptonTrackDecorationAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: AsgLeptonTrackDecorationAlg.h:34
SG::ReadHandleKey< xAOD::EventInfo >
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
SysReadHandle.h
CP::AsgLeptonTrackDecorationAlg::m_z0sinthetaHandle
SysWriteDecorHandle< float > m_z0sinthetaHandle
Definition: AsgLeptonTrackDecorationAlg.h:55
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
IParticleContainer.h
CP::AsgLeptonTrackDecorationAlg
an algorithm for decorating track variables on leptons
Definition: AsgLeptonTrackDecorationAlg.h:25
CP::AsgLeptonTrackDecorationAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
the EventInfo key
Definition: AsgLeptonTrackDecorationAlg.h:37
columnar::final
CM final
Definition: ColumnAccessor.h:106
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaReentrantAlgorithm.cxx:29
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition: AnaReentrantAlgorithm.h:51
EventInfo.h
VertexContainer.h
CP::AsgLeptonTrackDecorationAlg::m_z0sinthetasigHandle
SysWriteDecorHandle< float > m_z0sinthetasigHandle
Definition: AsgLeptonTrackDecorationAlg.h:58
AnaReentrantAlgorithm.h
CP::AsgLeptonTrackDecorationAlg::m_d0Handle
SysWriteDecorHandle< float > m_d0Handle
Definition: AsgLeptonTrackDecorationAlg.h:49
CP::AsgLeptonTrackDecorationAlg::m_primaryVerticesKey
SG::ReadHandleKey< xAOD::VertexContainer > m_primaryVerticesKey
the PrimaryVertex key
Definition: AsgLeptonTrackDecorationAlg.h:41
CP::SysWriteDecorHandle< float >
CP::AsgLeptonTrackDecorationAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition: AsgLeptonTrackDecorationAlg.cxx:38
CP::AsgLeptonTrackDecorationAlg::m_particlesHandle
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle container we run on
Definition: AsgLeptonTrackDecorationAlg.h:46