|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODMUONMEASVIEWALGS_STGCMEASVIEWALG_H
6 #define XAODMUONMEASVIEWALGS_STGCMEASVIEWALG_H
39 const ContainerType* & contToPush)
const;
43 "Name of the xAOD::sTgcStripContainer"};
46 "Name of the xAOD::sTgcWireContainer"};
49 "Name of the xAOD::sTgcPadContainer"};
Property holding a SG store/key/clid from which a ReadHandle is made.
StatusCode retrieveContainer(const EventContext &ctx, const SG::ReadHandleKey< ContainerType > &key, const ContainerType *&contToPush) const
Helper method to fetch data from StoreGate.
SG::ReadHandleKey< xAOD::sTgcStripContainer > m_readKeyStrip
SG::WriteHandleKey< xAOD::sTgcMeasContainer > m_writeKey
SG::ReadHandleKey< xAOD::sTgcWireContainer > m_readKeyWire
SG::ReadHandleKey< xAOD::sTgcPadContainer > m_readKeyPad
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
StatusCode initialize() override
This header ties the generic definitions in this package.
StatusCode execute(const EventContext &ctx) const override
sTgcMeasViewAlg(const std::string &name, ISvcLocator *pSvcLocator)
~sTgcMeasViewAlg()=default