Skip to content

LArRawChannelBuilderAlg.cxx: Fix usage of len variable

Walter Lampl requested to merge wlampl/athena:fixATLASSIM-5597 into master

Resetting the len to the number of ADC-samples before calculating the quality factor looks like the bug that created the valgrind-error reported as ATLASSIM-5597.

Leave this variable, so Q is calcualated on the same samples as the energy.

Merge request reports