Skip to content
Snippets Groups Projects
Commit 3a66b862 authored by Emmanuel Le Guirriec's avatar Emmanuel Le Guirriec
Browse files

Enable BTagging in AODFix.

Former-commit-id: 251a0fef878895b2aa279f1bbb8ab617d6c77edd
parent 303751c5
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,10 @@ class AODFix_r210(AODFix_base):
self.trklinks_postSystemRec(topSequence)
pass
if "btagging" not in oldMetadataList:
self.btagging_postSystemRec(topSequence)
pass
# Reset all of the ElementLinks. To be safe.
from AthenaCommon import CfgMgr
topSequence += \
......
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