Skip to content

ISF_FastCaloSimParametrization: Remove duplicate dictionaries.

Remove dictionaries for std::vector of fundamental types, which are duplicated in other places. Having them here can cause this library to be loaded early in job configuration, which can cause strange malfunctions.

I think this is what is causing the failure of the DataModelRunTests unit tests in the aarch64 build.

Merge request reports