|
ATLAS Offline Software
|
Go to the documentation of this file.
26 #if !defined(GENERATIONBASE) && !defined(XAOD_ANALYSIS)
46 ToolHandle<IJetProvider>
m_jetprovider ={this ,
"Provider" , {} ,
"Tool providing the jets (fastjet, copy, grooming...)"};
47 ToolHandleArray<IJetModifier>
m_modifiers = {this ,
"Modifiers", {},
"moment calculators" };
49 #if !defined (GENERATIONBASE) && !defined (XAOD_ANALYSIS)
50 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)
Property holding a SG store/key/clid from which a WriteHandle is made.
::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
StatusCode execute(const EventContext &ctx) const override