6#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_LEPTON_TRACK_DECORATION_ALG_H
7#define ASG_ANALYSIS_ALGORITHMS__ASG_LEPTON_TRACK_DECORATION_ALG_H
38 this,
"biasingTool",
"",
"the biasing tool we apply"};
42 this,
"smearingTool",
"",
"the smearing tool we apply"};
49 this,
"eventInfo",
"EventInfo",
"the name of the EventInfo object to retrieve"};
53 this,
"primaryVertices",
"PrimaryVertices",
54 "the name of the PrimaryVertex container to retrieve"};
58 this,
"particles",
"",
"the asg collection to run on"};
61 this,
"d0",
"d0_%SYS%",
"decoration name for d0" };
64 this,
"d0sig",
"d0sig_%SYS%",
"decoration name for d0 significance" };
67 this,
"z0",
"z0_%SYS%",
"decoration name for z0" };
70 this,
"z0sintheta",
"z0sintheta_%SYS%",
"decoration name for z0*sin(theta)" };
73 this,
"z0sinthetasig",
"z0sinthetasig_%SYS%",
"decoration name for z0*sin(theta) significance" };
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
StatusCode execute() override
StatusCode initialize() override
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.