5#ifndef DERIVATIONFRAMEWORK_EGSELECTIONTOOLWRAPPER_H
6#define DERIVATIONFRAMEWORK_EGSELECTIONTOOLWRAPPER_H
19#include "GaudiKernel/ToolHandle.h"
30 using base_class::base_class;
32 virtual StatusCode
initialize()
override final;
33 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
36 ToolHandle<IAsgEGammaIsEMSelector>
m_tool{
38 "EGammaSelectionTool",
42 ToolHandle<IElectronPhotonShowerShapeFudgeTool>
46 "ContainerName",
"",
"Input" };
54 Gaudi::Property<std::string>
m_cut{
this,
"CutType",
"",
"cut type" };
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
Handle class for adding a decoration to an object.
Property holding a SG store/key/clid from which a WriteHandle 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.