Skip to content

Commit 6626edc

Browse files
ferencekrauser
authored andcommitted
turning off deep flavour TagVariables for fat jets
1 parent 76c7058 commit 6626edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runBTagAnalyzer_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@
15601560
runEventInfo = cms.bool(not options.processStdAK4Jets),
15611561
allowJetSkipping = cms.bool(False),
15621562
runTagVariables = options.runTagVariables,
1563-
runDeepFlavourTagVariables = options.runDeepFlavourTagVariables,
1563+
runDeepFlavourTagVariables = cms.bool(False),
15641564
deepFlavourJetTags = cms.string(''),
15651565
deepFlavourNegJetTags = cms.string(''),
15661566
runTagVariablesSubJets = options.runTagVariablesSubJets,

0 commit comments

Comments
 (0)