|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUPATTRACKBUILDER_H
6 #define MUPATTRACKBUILDER_H
13 #include "GaudiKernel/ServiceHandle.h"
14 #include "GaudiKernel/ToolHandle.h"
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"};
SG::ReadHandleKey< Trk::SegmentCollection > m_segmentKey
Key of input MuonSegmentCombination collection.
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a ReadHandle is made.
ServiceHandle< Muon::IMuonEDMHelperSvc > m_edmHelperSvc
helper Tool
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< Muon::IMuonTrackFinder > m_trackMaker
Actual tool to do the track finding.
MuPatTrackBuilder(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< TrackCollection > m_spectroTrackKey
Track output Key for tracks strictly in MS.