Skip to content

egammaAlgs: Defer reading data files to initialize().

In topoEgammaBuilder, defer the creation of the electronPearShapeAlignmentCorrection object from the ctor to initialize(). The electronPearShapeAlignmentCorrection ctor reads a data file, but that's not something we generally want happening in constructors for Gaudi components, which get run at build time during genconf, etc.

Merge request reports