 |
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
SysReadSelectionHandle m_preselection
the preselection we apply to our input
StatusCode initialize() override
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
ToolHandle< InDet::IInDetTrackBiasingTool > m_biasingTool
the biasing tool
an algorithm for calling InDetTrackBiasingTool
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode execute() override
SysListHandle m_systematicsList
the systematics list we run
a systematics data handle that will either copy the input object or act like an update handle
a data handle for reading systematically varied selection properties from objects
SysCopyHandle< xAOD::TrackParticleContainer > m_tracksHandle
the track collection we run on
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results