5#ifndef DERIVATIONFRAMEWORK_EGSPHOTONBDTTOOLWRAPPER_H
6#define DERIVATIONFRAMEWORK_EGSPHOTONBDTTOOLWRAPPER_H
18#include "GaudiKernel/ToolHandle.h"
29 using base_class::base_class;
31 virtual StatusCode
initialize()
override final;
32 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
36 ToolHandle<IAsgEGammaIsEMSelector>
m_selectorTool{
this,
"PhotonBDTSelectionTool",
"",
"Selector tool",};
38 ToolHandle<IPhotonObservableTool>
m_observableTool{
this,
"PhotonObservableTool",
"",
"Observable tool",};
40 ToolHandle<IElectronPhotonShowerShapeFudgeTool>
m_fudgeMCTool{
this,
"EGammaFudgeMCTool",
"",
"Fudging tool" };
52 Gaudi::Property<std::string>
m_cut{
this,
"CutType",
"",
"cut type" };
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.