Skip to content
Snippets Groups Projects
Forked from atlas / athena
138674 commits behind, 5883 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
postInclude.TRTCuts5.py 597 B
#########################################################
#
# SimulationJobOptions/preInclude.TRTCuts5.py
#
# For a special production to evaluate the effect of low
# energy deltas on TRT threshold tuning.
#
#########################################################

atlasG4log.info("G4 TRT Config: Setting TRT cut")
from AthenaCommon.CfgGetter import getService
import AthenaCommon.SystemOfUnits as Units
getService('DetectorGeometrySvc').RegionCreators['TRTPhysicsRegionTool'].ElectronCut=5.*Units.mm
# FIXME: Is it correct to alter only the e- cut and leave the e+ and
# photon cuts unchanged?