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

Merge branch '21.2-btaggingAODFix-2017-08-23' into '21.2'

Enable BTagging in AODFix.

See merge request !4161

Former-commit-id: e9aec7cf093fca6d8970e9ffd80bb387207ed7f7
parents e38bd07e 3a66b862
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