Skip to content

Draft: Thread safe histograms for calo monitoring

Paula Garcia Moreno requested to merge pagarcia_threadsafehistos into master

We changed old histograms to thread safe histograms for calorimeter monitoring tasks. We changed the declaration of the histograms to Gaudi Acculmulators and also the way to fill them following the guide lines in: https://indico.cern.ch/event/1043362/contributions/4426284/attachments/2271504/3857794/MonitoringAndHistograms.pdf

Histograms 7,8 and 9 are currently defined with a fixed binning, but we want to define them with a variable binning as previously done in function fillCaloFuture2D.

This is still a work in progress

Merge request reports