5#ifndef DERIVATIONFRAMEWORK_UNASSOCIATEDHITSDECORATOR_H
6#define DERIVATIONFRAMEWORK_UNASSOCIATEDHITSDECORATOR_H
13#include "GaudiKernel/ToolHandle.h"
14#include "GaudiKernel/ServiceHandle.h"
15#include "AthLinks/ElementLink.h"
31 using base_class::base_class;
33 virtual StatusCode
initialize()
override final;
34 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
39 {
this,
"DecorationPrefix",
"",
""};
42 {
this,
"ContainerName",
"EventInfo",
""};
45 {
this,
"UnassociatedHitsGetter",
"" ,
""};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
virtual StatusCode addBranches(const EventContext &ctx) const override final
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
virtual StatusCode initialize() override final
std::vector< SG::WriteDecorHandleKey< xAOD::EventInfo > > m_intDecorKeys
ToolHandle< IUnassociatedHitsGetterTool > m_UnassociatedHitsGetterTool
Gaudi::Property< std::string > m_sgName
Property holding a SG store/key/clid from which a ReadHandle is made.