4#ifndef DERIVATIONFRAMEWORK_ASGSELECTIONTOOLWRAPPER_H
5#define DERIVATIONFRAMEWORK_ASGSELECTIONTOOLWRAPPER_H
12#include "GaudiKernel/ToolHandle.h"
21 using base_class::base_class;
23 virtual StatusCode
initialize()
override final;
24 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
27 PublicToolHandle<IAsgSelectionTool>
m_tool{
this,
"AsgSelectionTool",
""};
28 Gaudi::Property<std::string>
m_cut{
this,
"CutType",
"" };
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.