5#ifndef MUPATTRACKBUILDER_H
6#define MUPATTRACKBUILDER_H
13#include "GaudiKernel/ServiceHandle.h"
14#include "GaudiKernel/ToolHandle.h"
24 virtual StatusCode
execute(
const EventContext& ctx)
const override;
28 "Input segment location"};
30 "MuonSpectrometerTracks"};
31 ToolHandle<Muon::IMuonTrackFinder>
m_trackMaker{
this,
"TrackSteering",
"Muon::MuonTrackFinder/MuonTrackSteering",
32 "Actual tool to do the track finding"};
34 this,
"edmHelper",
"Muon::MuonEDMHelperSvc/MuonEDMHelperSvc",
35 "Handle to the service providing the IMuonEDMHelperSvc interface"};
38 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
Header file to be included by clients of the Monitored infrastructure.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
ServiceHandle< Muon::IMuonEDMHelperSvc > m_edmHelperSvc
helper Tool
MuPatTrackBuilder(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< TrackCollection > m_spectroTrackKey
Track output Key for tracks strictly in MS.
SG::ReadHandleKey< Trk::SegmentCollection > m_segmentKey
Key of input MuonSegmentCombination collection.
virtual StatusCode initialize() override
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandle< Muon::IMuonTrackFinder > m_trackMaker
Actual tool to do the track finding.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.