|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef BEAMEFFECTS_BEAMSPOTFIXERALG_H
10 #define BEAMEFFECTS_BEAMSPOTFIXERALG_H
42 SG::ReadCondHandleKey<
InDet::BeamSpotData>
m_beamSpotKey {
this,
"BeamSpotKey",
"BeamSpotData",
"SG key for beam spot" };
50 #endif // BEAMEFFECTS_BEAMSPOTFIXERALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
bool const RAWDATA *ch2 const
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::EventInfo > m_inputKey
::StatusCode StatusCode
StatusCode definition for legacy code.
BeamSpotFixerAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override final
Athena algorithm's interface method execute()
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode initialize() override final
Athena algorithm's interface method initialize()
SG::WriteHandleKey< xAOD::EventInfo > m_outputKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
virtual ~BeamSpotFixerAlg()=default
Destructor.