Skip to content

PixelCalibAlgs: Thread-safety checker fix

Remove needless ATLAS_NOT_THREAD_SAFE attribute from MultiHisto::Write. The const_cast here is adding const, not removing it, so it's ok.

Merge request reports