5#ifndef MUON_MUONLAYERSEGMENTMATCHINGTOOL_H
6#define MUON_MUONLAYERSEGMENTMATCHINGTOOL_H
12#include "GaudiKernel/ToolHandle.h"
33 const std::vector<std::shared_ptr<const Muon::MuonSegment> >& segments,
34 std::vector<std::shared_ptr<const Muon::MuonSegment> >& selectedSegments)
const override;
42 PublicToolHandle<MuonEDMPrinterTool>
m_printer{
this,
"MuonEDMPrinterTool",
"Muon::MuonEDMPrinterTool/MuonEDMPrinterTool"};
44 ToolHandle<Trk::IExtrapolator>
m_extrapolator{
this,
"Extrapolator",
"Trk::Extrapolation/AtlasExtrapolator"};
46 ToolHandle<IMuTagMatchingTool>
m_matchingTool{
this,
"MatchTool",
"MuTagMatchingTool/MuTagMatchingTool"};
This is the common class for 3D segments used in the muon spectrometer.
std::vector< std::string > intersection(std::vector< std::string > &v1, std::vector< std::string > &v2)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.