25 ROBFragmentList fragments;
26 std::vector<uint32_t> robIDs;
30 for (uint32_t detectorID : {eformat::MUON_STGC_ENDCAP_A_SIDE, eformat::MUON_STGC_ENDCAP_C_SIDE}) {
31 for (uint8_t sector{}; sector < 16; sector++) {
32 uint16_t moduleID = (0x1 << 4) | sector;
33 eformat::helper::SourceIdentifier sourceID{
static_cast<eformat::SubDetector
>(detectorID), moduleID};
34 robIDs.push_back(sourceID.simple_code());
39 ATH_MSG_DEBUG(__PRETTY_FUNCTION__ <<
": Got " << fragments.size() <<
" fragments");
45 ATH_CHECK(rdoContainerHandle.
record(std::make_unique<xAOD::NSWTPRDOContainer>(), std::make_unique<xAOD::NSWTPRDOAuxContainer>()));
46 pContainer = rdoContainerHandle.
ptr();
47 for (
const auto *
const fragment : fragments) {
51 return StatusCode::SUCCESS;