Skip to content

Commit 22458df

Browse files
committed
Comment out deepTau score since not working
1 parent 4dc40dd commit 22458df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HLTrigger/NGTScouting/python/hltTaus_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
externalVariables = cms.PSet(
4949
## FIXME does not work despite DiMediumTau path using this!
5050
## https://github.com/cms-sw/cmssw/blob/48e0354ea37072eeacc8237a4a79e7ad34b9b0ae/HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py#L6
51-
deepTauVSjet = ExtVar(cms.InputTag("hltHpsPFTauDeepTauProducer","VSjet"), float, doc="deeptau VSjet", precision=10),
51+
# deepTauVSjet = ExtVar(cms.InputTag("hltHpsPFTauDeepTauProducer","VSjet"), float, doc="deeptau VSjet", precision=10),
5252
),
5353
)

0 commit comments

Comments
 (0)