Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
18 return StatusCode::SUCCESS;
29 outContainer.insert(outContainer.end(), legacyStrips->begin(), legacyStrips->end());
32 outContainer.insert(outContainer.end(), bilStrips->begin(), bilStrips->end());
35 ATH_CHECK(writeHandle.record(std::make_unique<xAOD::RpcMeasurementContainer>(*outContainer.asDataVector())));
36 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
Handle class for recording to StoreGate.
const T * get(const ReadCondHandleKey< T > &key, const EventContext &ctx)
Convenience function to retrieve an object given a ReadCondHandleKey.
::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.