Skip to content

Better error catch in egammaLayerRecalib (master)

This MR change an assert statement to a throw runtime_error. assert might have no effect (depending on compilation options) and this can be very confusing. This is only a better protection. It also removes useless assert statements

Merge request reports