9#ifndef DERIVATIONFRAMEWORK_HITrackQualityAugmentationTool_H
10#define DERIVATIONFRAMEWORK_HITrackQualityAugmentationTool_H
14#include "GaudiKernel/ToolHandle.h"
42 using base_class::base_class;
44 virtual StatusCode
initialize() override final;
63 ToolHandle<InDet::IInDetTrackSelectionTool>
m_trkSelTool_pp {
this,
"TrackSelectionTool_pp",
"",
""};
64 ToolHandle<InDet::IInDetTrackSelectionTool>
m_trkSelTool_hi_loose {
this,
"TrackSelectionTool_hi_loose",
"",
""};
65 ToolHandle<InDet::IInDetTrackSelectionTool>
m_trkSelTool_hi_tight {
this,
"TrackSelectionTool_hi_tight",
"",
""};
67 ToolHandle<ITrkToLeptonPV>
m_trkToLeptonPVTool {
this,
"TrkToLeptonPVTool",
"",
"Tool for matching tracks to PV"};
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 ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.