Skip to content

init of all used cluster collections in LCPerf

Sven Menke requested to merge menke/athena:master-CaloLocalHadCalib into master

apparently in rel22 all used collections need to be initialized by the algo using them. Somebody forgot to add this for 3 out of 4 used cluster collections in Calorimeter/CaloLocalHadCalib/src/GetLCSinglePionsPerf.cxx Adding an initialize call in the algo's initialize fixed this.

Merge request reports