5#ifndef MUONCOMBINEDBASETOOLS_MUONCANDIDATETOOL_H
6#define MUONCOMBINEDBASETOOLS_MUONCANDIDATETOOL_H
10#include "GaudiKernel/ToolHandle.h"
27 using base_class::base_class;
37 PublicToolHandle<Muon::MuonEDMPrinterTool>
m_printer{
this,
"Printer",
"Muon::MuonEDMPrinterTool/MuonEDMPrinterTool"};
38 ToolHandle<Rec::ICombinedMuonTrackBuilder>
m_trackBuilder{
this,
"TrackBuilder",
"",
""};
40 "ExtrapolateMuonToIPTool/ExtrapolateMuonToIPTool"};
42 "Trk::TrackSelectionProcessorTool/MuonAmbiProcessor"};
43 ToolHandle<Trk::IExtendedTrackSummaryTool>
m_trackSummaryTool{
this,
"TrackSummaryTool",
"MuonTrackSummaryTool"};
52 this,
"TrackSegmentAssociationTool",
"MuonCombined::TrackSegmentAssociationTool/TrackSegmentAssociationTool"};
57 "Flag deciding whether the candidate belongs to the comissioning."};
DataVector< MuonCombined::MuonCandidate > MuonCandidateCollection
This typedef represents a collection of MuonCandidate objects.
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
Property holding a SG store/key/clid from which a ReadHandle is made.
The MuonTagToSegMap is an auxillary construct that links the MuonSegments associated with a combined ...
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".