|
ATLAS Offline Software
|
Go to the documentation of this file.
18 return StatusCode::SUCCESS;
20 template <
class ContainerType>
23 const ContainerType*& contToPush)
const {
27 return StatusCode::SUCCESS;
31 contToPush = readHandle.cptr();
32 return StatusCode::SUCCESS;
44 outContainer.insert(outContainer.end(), legacyStrips->begin(), legacyStrips->end());
47 outContainer.insert(outContainer.end(), bilStrips->begin(), bilStrips->end());
50 ATH_CHECK(writeHandle.record(std::make_unique<xAOD::RpcMeasurementContainer>(*outContainer.asDataVector())));
51 return StatusCode::SUCCESS;
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
DataVector adapter that acts like it holds const pointers.
SG::ReadHandleKey< xAOD::RpcStrip2DContainer > m_readKeyBI
#define ATH_MSG_VERBOSE(x)
StatusCode retrieveContainer(const EventContext &ctx, const SG::ReadHandleKey< ContainerType > &key, const ContainerType *&contToPush) const
Helper method to fetch data from StoreGate.
Handle class for recording to StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode execute(const EventContext &ctx) const override
StatusCode initialize() override
This header ties the generic definitions in this package.
SG::WriteHandleKey< xAOD::RpcMeasurementContainer > m_writeKey
DataVector adapter that acts like it holds const pointers.
SG::ReadHandleKey< xAOD::RpcStripContainer > m_readKey1D
Handle class for reading from StoreGate.