5#ifndef DERIVATIONFRAMEWORK_EGSPHOTONBDTTOOLDECORATOR_H
6#define DERIVATIONFRAMEWORK_EGSPHOTONBDTTOOLDECORATOR_H
17#include "GaudiKernel/ToolHandle.h"
28 using base_class::base_class;
30 virtual StatusCode
initialize()
override final;
31 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
35 ToolHandle<IPhotonObservableTool>
m_observableTool{
this,
"PhotonObservableTool",
"",
"Observable tool",};
37 ToolHandle<IElectronPhotonShowerShapeFudgeTool>
m_fudgeMCTool{
this,
"EGammaFudgeMCTool",
"",
"Fudging tool" };
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.
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.