Skip to content
Snippets Groups Projects
Commit ee0a293c authored by Cristiano Alpigiani's avatar Cristiano Alpigiani
Browse files

Merge branch 'fixBTagTopq4' into '21.2'

removing WPs in DerivationFrameworkFlavourTag/python/FlavourTagCommon.py which are not supported by the xAODBTaggingEfficiencyTool

See merge request atlas/athena!56076
parents f1621fc7 1ab6c018
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ def FlavorTagInit(DoReduceInfo = False,
def applyBTagging(jetalg,algname,sequence):
btagWPlist = [ 'FixedCutBEff_60', 'FixedCutBEff_70', 'FixedCutBEff_77', 'FixedCutBEff_85' ]
btagAlglist = [ 'MV2c10', 'MV2r', 'MV2rmu', 'DL1', 'DL1r', 'DL1rmu']
btagAlglist = [ 'MV2c10', 'DL1', 'DL1r' ]
btagtooldict = {}
from AthenaCommon.AppMgr import ToolSvc
......
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