Skip to content
Snippets Groups Projects
Commit c434309c authored by scott snyder's avatar scott snyder
Browse files

tauMonitoring: python 3 fixes

 - print function
parent 6492d117
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ from AthenaMonitoring.AtlasReadyFilterTool import GetAtlasReadyFilterTool
LowStat = True
if DQMonFlags.monManEnvironment() == 'online' :
LowStat = False
print "doLowStat " , LowStat
printfunc ("doLowStat " , LowStat)
myTDT = None
if DQMonFlags.useTrigger() and LowStat :
......@@ -35,7 +35,7 @@ else :
tauMonTool.doTrigger = DQMonFlags.useTrigger()
tauMonTool.TrigDecisionTool = myTDT
print "doTrigger " , tauMonTool.doTrigger
printfunc ("doTrigger " , tauMonTool.doTrigger)
if tauMonTool.doTrigger :
tauMonTool.TauEleJetMbtsTriggerItems = [ [ "L1_TAU1.*" , "L1_TAU2.*" , "L1_TAU60" , "L1_EM15VHI_2TAU.*" , "L1_EM15VHI_TAU40.*" , "L1_MU10_TAU.*" , "L1_J25_3J12_EM15-TAU.*" ] , [ "HLT_e2.*" , "L1_EM2.*" , "L1_2EM15" ] , [ "HLT_j55" , "HLT_j60" , "HLT_j85" , "HLT_j110" , "HLT_j175" , "HLT_4j85" , "HLT_4j10.*" ] , [ "HLT_mb_sp2000_trk70_hmt" ] ]
......
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