|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODEVENTINFOCNV_EVENTINFOBEAMSPOTDECORATORALG_H
6 #define XAODEVENTINFOCNV_EVENTINFOBEAMSPOTDECORATORALG_H
48 "BeamSpotKey",
"BeamSpotData",
"SG key for beam spot" };
52 "beamPosXKey",
"EventInfo.beamPosX",
53 "Key for the beamPosX decoration" };
56 "beamPosYKey",
"EventInfo.beamPosY",
57 "Key for the beamPosY decoration" };
60 "beamPosZKey",
"EventInfo.beamPosZ",
61 "Key for the beamPosZ decoration" };
65 "beamPosSigmaXKey",
"EventInfo.beamPosSigmaX",
66 "Key for the beamPosSigmaX decoration" };
69 "beamPosSigmaYKey",
"EventInfo.beamPosSigmaY",
70 "Key for the beamPosSigmaY decoration" };
73 "beamPosSigmaZKey",
"EventInfo.beamPosSigmaZ",
74 "Key for the beamPosSigmaZ decoration" };
77 "beamPosSigmaXYKey",
"EventInfo.beamPosSigmaXY",
78 "Key for the beamPosSigmaXY decoration" };
82 "beamTiltXZKey",
"EventInfo.beamTiltXZ",
83 "Key for the beamTiltXZ decoration" };
86 "beamTiltYZKey",
"EventInfo.beamTiltYZ",
87 "Key for the beamTiltYZ decoration" };
91 "beamStatusKey",
"EventInfo.beamStatus",
92 "Key for the beamStatus decoration" };
100 #endif // XAODEVENTINFOCNV_EVENTINFOBEAMSPOTDECORATORALG_H
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosSigmaZKey
Decorator handle for beamPosSigmaZ.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosZKey
Decorator handle for beamPosZ.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosXKey
Decorator handle for beamPosX.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosSigmaYKey
Decorator handle for beamPosSigmaY.
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
Conditions object with the beamspot information.
Algorithm for filling the beam position variables on xAOD::EventInfo.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamTiltYZKey
Decorator handle for beamTiltYZ.
An algorithm that can be simultaneously executed in multiple threads.
AthReentrantAlgorithm()
Default constructor:
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosSigmaXKey
Decorator handle for beamPosSigmaX.
virtual StatusCode initialize() override
Function initialising the algorithm.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosYKey
Decorator handle for beamPosY.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamPosSigmaXYKey
Decorator handle for beamPosSigmaXY.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamStatusKey
Decorator handle for beamStatus.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_beamTiltXZKey
Decorator handle for beamTiltXZ.