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