Skip to content

22.0-bugfix-MdtRawDataMonitoring

Shaun Roe requested to merge sroe/athena:22.0-bugfix-MdtRawDataMonitoring into master

While investigating FPE's from q221 test, and having solved them (subject of !26081 (merged)), there was an exception thrown from MdtRawDataValArg:

ESDtoAOD 13:45:00 MdtRawMonManager ERROR SG::ExcNoAuxStore: Requested aux data item `::roiWord' (881) but there is no associated aux data store

To solve this, the retrieval of these quantities is enclosed in a try...catch and the quantity simply reported as 'unavailable'

Edited by Shaun Roe

Merge request reports