9#ifndef TRACKING_ANALYSIS_ALGORITHMS__INDET_TRACK_BIASING_ALG_H
10#define TRACKING_ANALYSIS_ALGORITHMS__INDET_TRACK_BIASING_ALG_H
35 ToolHandle<InDet::IInDetTrackBiasingTool>
m_biasingTool {
this,
"biasingTool",
"InDetTrackBiasingTool",
"the biasing tool we apply"};
44 this,
"inDetTracks",
"",
"the track collection to run on"};
49 this,
"preselection",
"",
"the preselection to apply"};
an algorithm for calling InDetTrackBiasingTool
StatusCode execute() override
ToolHandle< InDet::IInDetTrackBiasingTool > m_biasingTool
the biasing tool
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysCopyHandle< xAOD::TrackParticleContainer > m_tracksHandle
the track collection we run on
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysListHandle m_systematicsList
the systematics list we run
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.