 |
ATLAS Offline Software
|
Go to the documentation of this file.
27 #if !defined(GENERATIONBASE) && !defined(XAOD_ANALYSIS)
47 ToolHandle<IJetProvider>
m_jetprovider ={this ,
"Provider" , {} ,
"Tool providing the jets (fastjet, copy, grooming...)"};
48 ToolHandleArray<IJetModifier>
m_modifiers = {this ,
"Modifiers", {},
"moment calculators" };
51 #if !defined (GENERATIONBASE) && !defined (XAOD_ANALYSIS)
52 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
StatusCode initialize() override
Athena algorithm's Hooks.
ToolHandleArray< IJetModifier > m_modifiers
ToolHandle< IJetProvider > m_jetprovider
Athena configured tools.
ToolHandle< GenericMonitoringTool > m_monTool
JetRecAlg(const std::string &n, ISvcLocator *l)
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
SG::WriteHandleKey< xAOD::JetContainer > m_output
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the base class for EventLoop reentrant algorithms
SG::WriteDecorHandleKey< xAOD::JetContainer > m_parentKey
StatusCode execute(const EventContext &ctx) const override