ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
18
22
23namespace CP
24{
26
28 {
30 public:
32 StatusCode initialize () override;
33 StatusCode execute () override;
34
35 private:
37 ToolHandle<InDet::IInDetTrackBiasingTool> m_biasingTool {
38 this, "biasingTool", "", "the biasing tool we apply"};
39
41 ToolHandle<InDet::IInDetTrackSmearingTool> m_smearingTool {
42 this, "smearingTool", "", "the smearing tool we apply"};
43
46
49 this, "eventInfo", "EventInfo", "the name of the EventInfo object to retrieve"};
50
53 this, "primaryVertices", "PrimaryVertices",
54 "the name of the PrimaryVertex container to retrieve"};
55
58 this, "particles", "", "the asg collection to run on"};
59
61 this, "d0", "d0_%SYS%", "decoration name for d0" };
62
64 this, "d0sig", "d0sig_%SYS%", "decoration name for d0 significance" };
65
67 this, "z0", "z0_%SYS%", "decoration name for z0" };
68
70 this, "z0sintheta", "z0sintheta_%SYS%", "decoration name for z0*sin(theta)" };
71
73 this, "z0sinthetasig", "z0sinthetasig_%SYS%", "decoration name for z0*sin(theta) significance" };
74
77 };
78
79}
80
81#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
an algorithm for decorating track variables on leptons
ToolHandle< InDet::IInDetTrackSmearingTool > m_smearingTool
the smearing tool
SysWriteDecorHandle< float > m_d0sigHandle
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
the EventInfo key
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle container we run on
SysWriteDecorHandle< float > m_z0Handle
SysWriteDecorHandle< float > m_d0Handle
ToolHandle< InDet::IInDetTrackBiasingTool > m_biasingTool
the biasing tool
SysWriteDecorHandle< float > m_z0sinthetasigHandle
SysWriteDecorHandle< float > m_z0sinthetaHandle
SysListHandle m_systematicsList
the systematics list we run
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SG::ReadHandleKey< xAOD::VertexContainer > m_primaryVerticesKey
the PrimaryVertex key
a helper to translate a CP::CorrectionCode into a StatusCode
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
Property holding a SG store/key/clid from which a ReadHandle is made.
Select isolated Photons, Electrons and Muons.