|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef JET_ANALYSIS_ALGORITHMS__JVT_EFFICIENCY_ALG_H
9 #define JET_ANALYSIS_ALGORITHMS__JVT_EFFICIENCY_ALG_H
38 this,
"efficiencyTool",
"",
"the JVT efficiency tool to apply"};
47 this,
"jets",
"",
"the jet collection to run on"};
52 this,
"preselection",
"",
"the preselection to apply"};
57 this,
"selection",
"",
"the input decoration for the JVT selection"};
62 this,
"scaleFactorDecoration",
"",
"the decoration for the JVT efficiency scale factor"};
70 "Whether to skip calculating scale factors for objects that failed the JVT selection"};
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the JVT scale factor
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
an algorithm for calling IJEREfficiencyTool
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysListHandle m_systematicsList
the systematics list we run
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize() override
ToolHandle< CP::IJvtEfficiencyTool > m_efficiencyTool
the efficiency tool
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysReadHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
Gaudi::Property< bool > m_skipBadEfficiency
whether to skip efficiency calculation if the selection failed
SysReadSelectionHandle m_selectionHandle
the decoration for the JVT selection
a data handle for reading systematically varied selection properties from objects