ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonAlignment
MuonAlignError
MuonAlignErrorTool
src
tests
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
6
#include "
AthenaBaseComps/AthAlgorithm.h
"
7
#include "
TrkToolInterfaces/ITrkAlignmentDeviationTool.h
"
8
#include "
TrkTrack/TrackCollection.h
"
9
#include "
MuonCalibITools/IIdToFixedIdTool.h
"
10
#include "
xAODEventInfo/EventInfo.h
"
11
12
namespace
MuonAlign
{
13
14
class
AlignmentErrorTestAlg
:
public
AthAlgorithm
{
15
public
:
16
AlignmentErrorTestAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
17
~AlignmentErrorTestAlg
()
override
=
default
;
18
19
StatusCode
initialize
()
override
;
20
StatusCode
execute
(
const
EventContext& ctx)
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"
};
26
SG::ReadHandleKey<::TrackCollection>
m_trackCollection
{
27
this
,
"trackCollection"
,
"MuonSpectrometerTracks"
};
28
SG::ReadHandleKey<xAOD::EventInfo>
m_eventInfoKey
{
29
this
,
"EvtInfo"
,
"EventInfo"
,
"EventInfo name"
};
30
};
31
32
}
// namespace MuonAlign
33
34
#endif
AthAlgorithm.h
IIdToFixedIdTool.h
ITrkAlignmentDeviationTool.h
TrackCollection.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
MuonAlign::AlignmentErrorTestAlg::m_alignmentErrorTool
ToolHandle< Trk::ITrkAlignmentDeviationTool > m_alignmentErrorTool
Definition
AlignmentErrorTestAlg.h:23
MuonAlign::AlignmentErrorTestAlg::~AlignmentErrorTestAlg
~AlignmentErrorTestAlg() override=default
MuonAlign::AlignmentErrorTestAlg::m_trackCollection
SG::ReadHandleKey<::TrackCollection > m_trackCollection
Definition
AlignmentErrorTestAlg.h:26
MuonAlign::AlignmentErrorTestAlg::m_idTool
ToolHandle< MuonCalib::IIdToFixedIdTool > m_idTool
Definition
AlignmentErrorTestAlg.h:25
MuonAlign::AlignmentErrorTestAlg::initialize
StatusCode initialize() override
Definition
AlignmentErrorTestAlg.cxx:18
MuonAlign::AlignmentErrorTestAlg::execute
StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
AlignmentErrorTestAlg.cxx:26
MuonAlign::AlignmentErrorTestAlg::AlignmentErrorTestAlg
AlignmentErrorTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
AlignmentErrorTestAlg.cxx:14
MuonAlign::AlignmentErrorTestAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition
AlignmentErrorTestAlg.h:28
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
MuonAlign
Definition
AlignmentRotationDeviation.h:10
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0