Skip to content

Muon mdt measurement - Introduce prefix to avoid naming clash

Johannes Junggeburth requested to merge jojungge/athena:MuonmdtPrepData_v2 into main

Hi everybody,

the adc decorator name is also booked by the xAOD::TriggerTower_v2. Unfortunately, it's not the same type as an Mdt adc. In a reconstruction job, this introduces quite a funny situation. Because sometimes, the Mdts are first created sometimes the trigger towers giving opposite exception messages. Anyhow, lesson taken, I've added a prefix to the Mdt decorators to ensure that they're unique. I don't know if anyone else has a better idea: @akraszna, @ncalace, @emoyse

Edited by Johannes Junggeburth

Merge request reports