9#ifndef DERIVATIONFRAMEWORK_INDETTRACKSELECTIONTOOLWRAPPER_H
10#define DERIVATIONFRAMEWORK_INDETTRACKSELECTIONTOOLWRAPPER_H
18#include "GaudiKernel/ToolHandle.h"
26 using base_class::base_class;
28 virtual StatusCode
initialize()
override final ;
29 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
32 ToolHandle< InDet::IInDetTrackSelectionTool >
m_tool
33 {
this,
"TrackSelectionTool",
""};
36 {
this,
"ContainerName",
"InDetTrackParticles",
"The input TrackParticleCollection"};
39 {
this,
"DecorationName",
"",
"Name of the decoration which provides the track selection result."};
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.