Skip to content
Snippets Groups Projects
Commit aa3fee2b authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'cherry-pick-0e5492c2 [formerly a8ec63fafb]-21.0' into '21.0'

Sweeping !10184 from 21.3 to 21.0.
Fixing issue with DetFlags import ; Update skeleton.EVGENtoRDO.py

See merge request atlas/athena!10234

Former-commit-id: 61c029898dea2dec7b0d27fdcff06c87477dfe6b
parents 073d01ae 6afaaaaf
No related branches found
No related tags found
No related merge requests found
...@@ -143,8 +143,8 @@ try: ...@@ -143,8 +143,8 @@ try:
except: except:
## Select detectors ## Select detectors
if 'DetFlags' not in dir(): if 'DetFlags' not in dir():
## If you configure one det flag, you're responsible for configuring them all!
from AthenaCommon.DetFlags import DetFlags from AthenaCommon.DetFlags import DetFlags
## If you configure one det flag, you're responsible for configuring them all!
DetFlags.all_setOn() DetFlags.all_setOn()
DetFlags.LVL1_setOff() # LVL1 is not part of G4 sim DetFlags.LVL1_setOff() # LVL1 is not part of G4 sim
DetFlags.Truth_setOn() DetFlags.Truth_setOn()
...@@ -153,6 +153,7 @@ except: ...@@ -153,6 +153,7 @@ except:
if checkHGTDOff is not None: if checkHGTDOff is not None:
checkHGTDOff() #Default for now checkHGTDOff() #Default for now
from AthenaCommon.DetFlags import DetFlags
DetFlags.Print() DetFlags.Print()
# removed configuration of forward detectors from standard simulation config # removed configuration of forward detectors from standard simulation config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment