|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef JET_ANALYSIS_ALGORITHMS__JVT_UPDATE_ALG_H
9 #define JET_ANALYSIS_ALGORITHMS__JVT_UPDATE_ALG_H
35 ToolHandle<IJetUpdateJvt>
m_jvtTool {
this,
"jvtTool",
"",
"the jvt tool we apply"};
44 this,
"jets",
"",
"the jet collection to run on"};
49 this,
"preselection",
"",
"the preselection to apply"};
53 Gaudi::Property<std::string>
m_decorationName {
this,
"decorationName",
"Jvt",
"the decoration name to use"};
a class managing the property to configure the list of systematics to process
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
SysReadSelectionHandle m_preselection
the preselection we apply to our input
ToolHandle< IJetUpdateJvt > m_jvtTool
the update tool
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.
an algorithm for calling IJetUpdateJvt
SysListHandle m_systematicsList
the systematics list we run
StatusCode execute() override
StatusCode initialize() override
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
std::unique_ptr< SG::AuxElement::Accessor< float > > m_decorationAccessor
the decoration accessor we use
Gaudi::Property< std::string > m_decorationName
the name of the decoration we create