Skip to content

Clean-up of ConfigFlags.Detector.SimulateXXX usage

This merge request follows on from !41181 (merged). Now all usage of ConfigFlags.Detector.Simulate is removed and replaced with either ConfigFlags.Detector.Geometry (for cases related to building the detector and how the detector is simulated) or ConfigFlags.Detector.Enable (for cases related to SensitiveDetectors and writing out Sim Hit Collections). This reduces the granularity of the configuration slightly, as it removes the ability to switch on a sensitive detector without writing out the Sim Hits, but such configurations were only used in local debugging/profiling and can be manually configured in such cases.
(Needs to go in after !41291 (merged)) FYI @dnoel, @bleban.

Edited by John Derek Chapman

Merge request reports