Skip to content

CaloSampleHelper: Do not duplicate base-class functionality

Walter Lampl requested to merge wlampl/athena:CaloSamplingHelper into main

The CaloSamplingHelper derives from the CaloSampling class, adding some convenience methods. I found that some methods of the base-class where duplicated in the derived class.

This MR avoids the duplication + a bit of cleanup.

Merge request reports