Skip to content
Snippets Groups Projects
Commit 77bac1cf authored by James Beacham's avatar James Beacham Committed by Atlas Nightlybuild
Browse files

Merge branch '21.0-DQT-no-WZ-in-HI' into '21.0'

Fix HI jet collection for WZFinder

See merge request atlas/athena!15538

(cherry picked from commit 5f9e7551 [formerly 0bec1a2c1dc8602e7631135173f97652107db17a])

264edef7 Fix HI jet collection for WZFinder

Former-commit-id: 1c1eac1b
parent c59f9e45
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
...@@ -35,7 +35,7 @@ if athenaCommonFlags.isOnline==True: ...@@ -35,7 +35,7 @@ if athenaCommonFlags.isOnline==True:
from RecExConfig.RecFlags import rec from RecExConfig.RecFlags import rec
if rec.doHeavyIon(): if rec.doHeavyIon():
JetCollectionKey='antikt4HIItrEM_TowerJets' JetCollectionKey='AntiKt4HIJets'
else: else:
JetCollectionKey='AntiKt4EMTopoJets' JetCollectionKey='AntiKt4EMTopoJets'
......
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