diff --git a/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py b/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py index ba246871f5e7a2c42c9b2980776b5cdb437f5c5e..946160525a84c2901469f8ef6a5404ae6b203573 100644 --- a/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py +++ b/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py @@ -143,8 +143,8 @@ try: except: ## Select detectors if 'DetFlags' not in dir(): - ## If you configure one det flag, you're responsible for configuring them all! from AthenaCommon.DetFlags import DetFlags + ## If you configure one det flag, you're responsible for configuring them all! DetFlags.all_setOn() DetFlags.LVL1_setOff() # LVL1 is not part of G4 sim DetFlags.Truth_setOn() @@ -153,6 +153,7 @@ except: if checkHGTDOff is not None: checkHGTDOff() #Default for now +from AthenaCommon.DetFlags import DetFlags DetFlags.Print() # removed configuration of forward detectors from standard simulation config