9#ifndef TRACKING_ANALYSIS_ALGORITHMS__INDET_TRACK_SMEARING_ALG_H
10#define TRACKING_ANALYSIS_ALGORITHMS__INDET_TRACK_SMEARING_ALG_H
35 ToolHandle<InDet::IInDetTrackSmearingTool>
m_smearingTool {
this,
"smearingTool",
"InDetTrackSmearingTool",
"the smearing tool we apply"};
44 this,
"inDetTracks",
"",
"the track collection to run on"};
49 this,
"preselection",
"",
"the preselection to apply"};
an algorithm for calling InDetTrackSmearingTool
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysListHandle m_systematicsList
the systematics list we run
StatusCode initialize() override
ToolHandle< InDet::IInDetTrackSmearingTool > m_smearingTool
the smearing tool
StatusCode execute() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysCopyHandle< xAOD::TrackParticleContainer > m_tracksHandle
the track collection we run on
a helper to translate a CP::CorrectionCode into a StatusCode
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
a data handle for reading systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.