ATLAS Offline Software
AlignmentErrorTestAlg.h
Go to the documentation of this file.
1 #ifndef MUONALIGNERRORTOOL_ALIGNMENTERRORTESTALG_H
2 #define MUONALIGNERRORTOOL_ALIGNMENTERRORTESTALG_H
3 
4 #include <GaudiKernel/ToolHandle.h>
5 
11 
12 namespace MuonAlign {
13 
15  public:
16  AlignmentErrorTestAlg(const std::string& name, ISvcLocator* pSvcLocator);
17  ~AlignmentErrorTestAlg() override = default;
18 
19  StatusCode initialize() override;
20  StatusCode execute() override;
21 
22  private:
23  ToolHandle<Trk::ITrkAlignmentDeviationTool> m_alignmentErrorTool{
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"};
30 };
31 
32 } // namespace MuonAlign
33 
34 #endif
MuonAlign::AlignmentErrorTestAlg
Definition: AlignmentErrorTestAlg.h:14
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MuonAlign::AlignmentErrorTestAlg::AlignmentErrorTestAlg
AlignmentErrorTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: AlignmentErrorTestAlg.cxx:14
AthAlgorithm.h
MuonAlign
Definition: AlignmentRotationDeviation.h:10
MuonAlign::AlignmentErrorTestAlg::execute
StatusCode execute() override
Definition: AlignmentErrorTestAlg.cxx:26
MuonAlign::AlignmentErrorTestAlg::m_idTool
ToolHandle< MuonCalib::IIdToFixedIdTool > m_idTool
Definition: AlignmentErrorTestAlg.h:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrackCollection.h
MuonAlign::AlignmentErrorTestAlg::~AlignmentErrorTestAlg
~AlignmentErrorTestAlg() override=default
AthAlgorithm
Definition: AthAlgorithm.h:47
MuonAlign::AlignmentErrorTestAlg::initialize
StatusCode initialize() override
Definition: AlignmentErrorTestAlg.cxx:18
MuonAlign::AlignmentErrorTestAlg::m_trackCollection
SG::ReadHandleKey<::TrackCollection > m_trackCollection
Definition: AlignmentErrorTestAlg.h:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MuonAlign::AlignmentErrorTestAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition: AlignmentErrorTestAlg.h:28
MuonAlign::AlignmentErrorTestAlg::m_alignmentErrorTool
ToolHandle< Trk::ITrkAlignmentDeviationTool > m_alignmentErrorTool
Definition: AlignmentErrorTestAlg.h:23
EventInfo.h
ITrkAlignmentDeviationTool.h
IIdToFixedIdTool.h