5#ifndef MUON_MUONCANDIDATETRACKBUILDER_H
6#define MUON_MUONCANDIDATETRACKBUILDER_H
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
88 PublicToolHandle<MuonEDMPrinterTool>
m_printer{
this,
"MuonEDMPrinterTool",
"Muon::MuonEDMPrinterTool/MuonEDMPrinterTool"};
91 "Handle to the service providing the IMuonEDMHelperSvc interface"};
92 ToolHandle<Rec::ICombinedMuonTrackBuilder>
m_trackFitter{
this,
"MuonTrackBuilder",
93 "Rec::CombinedMuonTrackBuilder/CombinedMuonTrackBuilder"};
Header file for AthHistogramAlgorithm.
bool is_valid() const
Check if id is in a valid state.
Helper tool containing functionality needed by multiple tools.
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
SortMeas(const IMuonEDMHelperSvc *h, const IMuonIdHelperSvc *idh, bool end)
bool operator()(const Trk::MeasurementBase *mst1, const Trk::MeasurementBase *mst2) const
const IMuonEDMHelperSvc * m_edmHelperSvc
const IMuonIdHelperSvc * m_idHelperSvc
This class is the pure abstract base class for all fittable tracking measurements.
virtual const Amg::Vector3D & globalPosition() const =0
Interface method to get the global Position.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.