Skip to content

Fix problem in GlobalVariables - the FCAL C binning was a copy of the A-side...

Fix problem in GlobalVariables - the FCAL C binning was a copy of the A-side binning, meaning eta values were just duplicates and all positive. Also fix LArCosmicsMonAlg - instead of adding all C and A side lists together, add them as a sorted list with duplicates removed. The simple adding did not work, since we have some eta overlap between subdetectors

Merge request reports