 |
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
SysCopyHandle< xAOD::TrackParticleContainer > m_tracksHandle
the track collection we run on
an algorithm for calling InDetTrackSmearingTool
ToolHandle< InDet::IInDetTrackSmearingTool > m_smearingTool
the smearing tool
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
SysReadSelectionHandle m_preselection
the preselection we apply to our input
StatusCode initialize() override
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
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
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