 |
ATLAS Offline Software
|
Go to the documentation of this file.
18 return StatusCode::SUCCESS;
31 outContainer.insert(outContainer.end(), strips->begin(), strips->end());
34 outContainer.insert(outContainer.end(),wires->begin(), wires->end());
37 outContainer.insert(outContainer.end(), pads->begin(), pads->end());
39 std::sort(outContainer.begin(), outContainer.end(),
41 return a->identifier() < b->identifier();
45 ATH_CHECK(writeHandle.record(std::make_unique<xAOD::sTgcMeasContainer>(*outContainer.asDataVector())));
46 return StatusCode::SUCCESS;
SG::ReadHandleKey< xAOD::sTgcStripContainer > m_readKeyStrip
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
DataVector adapter that acts like it holds const pointers.
SG::WriteHandleKey< xAOD::sTgcMeasContainer > m_writeKey
SG::ReadHandleKey< xAOD::sTgcWireContainer > m_readKeyWire
SG::ReadHandleKey< xAOD::sTgcPadContainer > m_readKeyPad
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 initialize() override
This header ties the generic definitions in this package.
StatusCode execute(const EventContext &ctx) const override
DataVector adapter that acts like it holds const pointers.