Skip to content
Snippets Groups Projects

ATR-22298 Isolated, high pT trigger, CPU Reduction Changes

Merged ATR-22298 Isolated, high pT trigger, CPU Reduction Changes
All threads resolved!
Merged Ismet Siral requested to merge isiral/athena:UnconvIsolatedTrackTrigger into master
All threads resolved!
Files
6
@@ -63,8 +63,14 @@ def TrigIsoHPtTrackTriggerHypoToolFromDict( chainDict ):
IsoCum.append(False)
IsoCone.append(0.3)
IsoPt.append(5*GeV)
elif cpart['isoInfo'] =="icummedium":
log.info("Medium isolation is set")
elif cpart['isoInfo'] =="iaggrloose":
log.info("Loose Cummulative(Aggreage) isolation is set")
EnIso.append(True)
IsoCum.append(True)
IsoCone.append(0.3)
IsoPt.append(10*GeV)
elif cpart['isoInfo'] =="iaggrmedium":
log.info("Medium Cummulative(Aggreage) isolation is set")
EnIso.append(True)
IsoCum.append(True)
IsoCone.append(0.3)
Loading