13#ifndef JetDecorationAlg_H
14#define JetDecorationAlg_H
31 StatusCode
execute(
const EventContext& ctx)
const override;
35 ToolHandleArray<IJetDecorator>
m_decorators{this ,
"Decorators", {},
"Jet decorators" };
the base class for EventLoop reentrant algorithms
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Algorithm which applies a set of decorations to a jet collection.
StatusCode execute(const EventContext &ctx) const override
StatusCode initialize() override
Athena algorithm's Hooks.
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
ToolHandleArray< IJetDecorator > m_decorators
Property holding a SG store/key/clid from which a ReadHandle is made.