Add functionality to find and remove duplicate FastCaloSim instances from the simulation chain
Add MR adds functionality to find and remove duplicate FastCaloSim instances from the simulation chain. These duplicate instances are created, because the parametrization is >1GB, which means root can't store it in one go (limitation of TBuffer). Therefore each eta slice is stored independently, which causes duplication of simulation classes used in different eta regions. For the finding of duplicate instances, operator== was implemented for all classes that get duplicated.
Merge request reports
Activity
added 21.0 Simulation labels
CI Result SUCCESS (hash 1fe13b22)Athena AthDataQuality AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthDataQuality: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST 44751]added 1 commit
- da80e565 - FastCaloSim: update copyright and remove commented out code
added 1 commit
- c3615d1d - Enable memory compression on loading of the param file
added review-pending-level-1 label
CI Result SUCCESS (hash da80e565)Athena AthDataQuality AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 161
AthDataQuality: number of compilation errors 0, warnings 1
AthSimulation: number of compilation errors 0, warnings 6
For experts only: Jenkins output [CI-MERGE-REQUEST 44757] CI Result SUCCESS (hash c3615d1d)Athena AthDataQuality AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 161
AthDataQuality: number of compilation errors 0, warnings 1
AthSimulation: number of compilation errors 0, warnings 6
For experts only: Jenkins output [CI-MERGE-REQUEST 44758]- Resolved by Michael Duehrssen-Debling
added review-approved label and removed review-pending-level-1 label
added review-user-action-required label and removed review-approved label
added review-pending-level-1 label and removed review-user-action-required label