Skip to content
Snippets Groups Projects
Commit 1bcc793d authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Fixed a minor python syntax error in TrigT1Muctpi.

Former-commit-id: be157f282beb7f46427f54fa78277a610907e300
parent f97bf689
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ if not hasattr( topSequence, "CBNT_AthenaAware" ): ...@@ -32,7 +32,7 @@ if not hasattr( topSequence, "CBNT_AthenaAware" ):
from CBNT_Athena.CBNT_AthenaConf import * from CBNT_Athena.CBNT_AthenaConf import *
from CBNT_Utils.CBNT_UtilsConf import * from CBNT_Utils.CBNT_UtilsConf import *
CBNT_AthenaAware = CBNT_AthenaAware() CBNT_AthenaAware = CBNT_AthenaAware()
@ CBNT_AthenaAware.OutputLevel = 2 # CBNT_AthenaAware.OutputLevel = 2
topSequence += CBNT_AthenaAware topSequence += CBNT_AthenaAware
if not "CBNTAA_EventInfo" in topSequence.CBNT_AthenaAware.Members : if not "CBNTAA_EventInfo" in topSequence.CBNT_AthenaAware.Members :
......
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