Skip to content

TRT: fix for a few hit-level TRT DQM histograms being empty due to a mix-up between RAW/ESD algorithms

This MR fixes a mistake that led to the following histograms not filling with any values:

hHitTronTMap[C,S]
hHitToTonTMap[C,S]

The underlying issue was that the necessary chunks of code were never copied from TRTMonitoringRun3ESD_Alg.cxx to TRTMonitoringRun3RAW_Alg.cxx. This is exactly what I did in this MR (didn't even have to write any new code, just copying from one file and pasting into another), so now these histograms are filling when running the standard RAW->HIST transform. Tagging @cgrefe.

Merge request reports