AIDASoft / DD4hep

Detector Description Toolkit for High Energy Physics
http://dd4hep.cern.ch
GNU Lesser General Public License v3.0
49 stars 95 forks source link

Geant4 sensitive assignment action depending on regex rather than brute force Geant4VolumeManager #1288

Closed MarkusFrankATcernch closed 3 months ago

MarkusFrankATcernch commented 3 months ago

BEGINRELEASENOTES

With Sensitives matching regex and not sensitive volumes declared: before Geant4VolumeManager: Virtual: 903.3m Resident: 690.6m after Geant4VolumeManager: Virtual: 903.3m Resident: 690.6m Simulating: Virtual: 903.5m Resident: 692.6m


Hence this is a possibility to significantly reduce memory consumption for highly granular subdetectors.
ENDRELEASENOTES