Skip to content
Snippets Groups Projects
Commit 7eb7e09c authored by Pedro Teixeira-Dias's avatar Pedro Teixeira-Dias
Browse files

Merge branch 'ATR_19044_2015StyleTaggers' into '21.0-TrigMC'

ATR-19044: bug in Run-1-style taggers in the split configuration

See merge request atlas/athena!15726

Former-commit-id: fba21ae8adecc234bf28496043c661eb69bf2ceb
parents ad6eaa0b 45c963a8
No related branches found
No related tags found
No related merge requests found
...@@ -493,7 +493,7 @@ def myBjetConfig_split(theChainDef, chainDict, inputTEsEF,numberOfSubChainDicts= ...@@ -493,7 +493,7 @@ def myBjetConfig_split(theChainDef, chainDict, inputTEsEF,numberOfSubChainDicts=
# from TrigBjetHypo.TrigBjetFexConfig import getBjetFexSplitInstance # from TrigBjetHypo.TrigBjetFexConfig import getBjetFexSplitInstance
# theBjetFex = getBjetFexSplitInstance(algoInstance,"2012","EFID") # theBjetFex = getBjetFexSplitInstance(algoInstance,"2012","EFID")
if ('boffperf' in chainParts['bTag'] or 'bmv2c20' in chainParts['bTag'] or 'bmv2c10' or 'bhmv2c10' in chainParts['bTag']): if ('boffperf' in chainParts['bTag'] or 'bmv2c20' in chainParts['bTag'] or 'bmv2c10' in chainParts['bTag'] or 'bhmv2c10' in chainParts['bTag']):
# Offline taggers # Offline taggers
if('FTKRefit' in chainParts['bTracking']): if('FTKRefit' in chainParts['bTracking']):
theBjetFex = getBtagFexFTKRefitInstance(algoInstance,"2012","EFID") theBjetFex = getBtagFexFTKRefitInstance(algoInstance,"2012","EFID")
...@@ -691,7 +691,7 @@ def myBjetConfig1(theChainDef, chainDict, inputTEsEF,numberOfSubChainDicts=1): ...@@ -691,7 +691,7 @@ def myBjetConfig1(theChainDef, chainDict, inputTEsEF,numberOfSubChainDicts=1):
ef_EtHypo_Btagging = getBjetEtHypoInstance("EF","Btagging", btagthresh+"GeV") ef_EtHypo_Btagging = getBjetEtHypoInstance("EF","Btagging", btagthresh+"GeV")
# B-tagging # B-tagging
if ('boffperf' in chainParts['bTag'] or 'bmv2c20' in chainParts['bTag'] or 'bmv2c10' in chainParts['bTag']): if ('boffperf' in chainParts['bTag'] or 'bmv2c20' in chainParts['bTag'] or 'bmv2c10' in chainParts['bTag'] or 'bhmv2c10' in chainParts['bTag']):
ef_bjet = getBtagFexInstance("EF","2012","EFID") ef_bjet = getBtagFexInstance("EF","2012","EFID")
else: else:
ef_bjet = getBjetFexInstance("EF","2012","EFID") ef_bjet = getBjetFexInstance("EF","2012","EFID")
......
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