20 return StatusCode::SUCCESS;
31 ATH_MSG_DEBUG(
"converting MM BS into RDOs in ROI-seeded mode");
37 return StatusCode::FAILURE;
40 std::vector<uint32_t> robs;
42 for (
auto roi : *muonRoI) {
51 return StatusCode::FAILURE;
58 return StatusCode::FAILURE;
62 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_WARNING(x)
An algorithm that can be simultaneously executed in multiple threads.
MM_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize() override
Initialize.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
ToolHandle< IRegSelTool > m_regsel_mm
Handle for region selector service.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
virtual bool isValid() override final
Can the handle be successfully dereferenced?