Skip to content
Snippets Groups Projects

Add the energy loss fluctuation off to the G4Optimizations for mc23e

Merged Marilena Bandieramonte requested to merge mbandier/athena:fullsim-opt-mc23e into 24.0
Files
3
@@ -32,6 +32,12 @@ def enableG4Optimizations(flags):
flags.Sim.G4Commands+=["/process/em/UseGeneralProcess true"]
flags.Sim.OptionalUserActionList += ['G4UserActions.G4UserActionsConfig.FixG4CreatorProcessToolCfg']
# Energy Loss fluctuation OFF
# Switch off the Energy loss fluctuation process
# More info: https://its.cern.ch/jira/browse/ATLASSIM-6995
flags.Sim.G4Commands+=["/process/eLoss/fluct false"]
# Activate the Woodcock Tracking in the EMEC
# Please note that the Woodcock tracking enables
# the G4GammaGeneralProcess therefore the FixG4CreatorProcessTool
Loading