Skip to content

Commit

Permalink
Merge pull request cms-sw#12 from yongbinfeng/CMSSW_12_0_0_pre5_SONIC
Browse files Browse the repository at this point in the history
switch deeptau model fron split to nosplit
  • Loading branch information
kpedro88 authored Sep 2, 2021
2 parents fadbcda + 5a91ac6 commit d4b9a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RecoTauTag/RecoTau/python/tools/runTauIdMVA.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,8 @@ def runTauID(self):

# only implemented Sonic DeepTau for deepTau2017v2p1
# if/when implementing for other versions, reduce duplication of setattr(...) lines above
from RecoTauTag.RecoTau.deepTauSonicProducer_cff import deepTauSonicProducer as _deepTauSonicProducer
#from RecoTauTag.RecoTau.deepTauSonicProducer_cff import deepTauSonicProducer as _deepTauSonicProducer
from RecoTauTag.RecoTau.deepTauSonicProducer_cff import deepTauSonicProducer_NoSplit as _deepTauSonicProducer
from Configuration.ProcessModifiers.deepTauSonicTriton_cff import deepTauSonicTriton
deepTauSonicTriton.toReplaceWith(_deepTauProducer, _deepTauSonicProducer.clone(
taus = _deepTauProducer.taus,
Expand Down

0 comments on commit d4b9a28

Please sign in to comment.