1#ifndef MUONALIGNERRORTOOL_ALIGNMENTERRORTESTALG_H
2#define MUONALIGNERRORTOOL_ALIGNMENTERRORTESTALG_H
4#include <GaudiKernel/ToolHandle.h>
24 this,
"alignmentErrorTool",
"MuonAlign::AlignmentErrorTool"};
25 ToolHandle<MuonCalib::IIdToFixedIdTool>
m_idTool{
this,
"idTool",
"MuonCalib::IdToFixedIdTool"};
27 this,
"trackCollection",
"MuonSpectrometerTracks"};
29 this,
"EvtInfo",
"EventInfo",
"EventInfo name"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode execute() override
ToolHandle< Trk::ITrkAlignmentDeviationTool > m_alignmentErrorTool
~AlignmentErrorTestAlg() override=default
SG::ReadHandleKey<::TrackCollection > m_trackCollection
ToolHandle< MuonCalib::IIdToFixedIdTool > m_idTool
StatusCode initialize() override
AlignmentErrorTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Property holding a SG store/key/clid from which a ReadHandle is made.