|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MUON_ANALYSIS_ALGORITHMS__MUON_CALIBRATION_AND_SMEARING_ALG_H
10 #define MUON_ANALYSIS_ALGORITHMS__MUON_CALIBRATION_AND_SMEARING_ALG_H
37 ToolHandle<IMuonCalibrationAndSmearingTool>
m_calibrationAndSmearingTool {
this,
"calibrationAndSmearingTool",
"CP::MuonCalibrationAndSmearingTool",
"the calibration and smearing tool we apply"};
42 this,
"skipNominal",
false,
"whether to skip the nominal correction (for PHYSLITE)"};
51 this,
"muons",
"Muons",
"the muon collection to run on"};
56 this,
"preselection",
"",
"the preselection to apply"};
Gaudi::Property< bool > m_skipNominal
whether to skip the nominal correction (for PHYSLITE)
StatusCode execute() override
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::MuonContainer > m_muonHandle
the muon collection we run on
an algorithm for calling IMuonCalibrationAndSmearingTool
ToolHandle< IMuonCalibrationAndSmearingTool > m_calibrationAndSmearingTool
the smearing tool
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
::StatusCode StatusCode
StatusCode definition for legacy code.
SysReadSelectionHandle m_preselection
the preselection we apply to our input
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
StatusCode initialize() override