9 declareInterface<IMuonRawDataProviderTool>(
this);
23 return StatusCode::SUCCESS;
30 ATH_MSG_ERROR(__PRETTY_FUNCTION__ <<
" not yet implemented!");
31 return StatusCode::FAILURE;
37 return StatusCode::FAILURE;
42 ATH_MSG_ERROR(__PRETTY_FUNCTION__ <<
" not yet implemented!");
43 return StatusCode::FAILURE;
49 return StatusCode::FAILURE;
56 ATH_MSG_DEBUG(__PRETTY_FUNCTION__ <<
": Got " << fragments.size() <<
" fragments");
65 pContainer = rdoContainerHandle.
ptr();
69 ATH_MSG_ERROR(
"Could not retrieve nor create Pad Trigger RDO container!");
70 return StatusCode::FAILURE;
73 for (
const auto *
const fragment : fragments) {
78 return StatusCode::SUCCESS;
87 std::vector<const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment*> fragments;
88 std::vector<uint32_t> robIDs;
92 for (uint32_t detectorID : {eformat::MUON_STGC_ENDCAP_A_SIDE, eformat::MUON_STGC_ENDCAP_C_SIDE}) {
93 for (uint8_t sector{}; sector < 16; sector++) {
94 uint16_t moduleID = (0x2 << 4) | sector;
95 eformat::helper::SourceIdentifier sourceID{
static_cast<eformat::SubDetector
>(detectorID), moduleID};
96 robIDs.push_back(sourceID.simple_code());
101 return convert(fragments, ctx);
#define ATH_CHECK
Evaluate an expression and check for errors.
ServiceHandle< StoreGateSvc > & evtStore()
bool isPresent() const
Is the referenced object present in SG?
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
pointer_type ptr()
Dereference the pointer.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.