We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c7058 commit 6626edcCopy full SHA for 6626edc
test/runBTagAnalyzer_cfg.py
@@ -1560,7 +1560,7 @@
1560
runEventInfo = cms.bool(not options.processStdAK4Jets),
1561
allowJetSkipping = cms.bool(False),
1562
runTagVariables = options.runTagVariables,
1563
- runDeepFlavourTagVariables = options.runDeepFlavourTagVariables,
+ runDeepFlavourTagVariables = cms.bool(False),
1564
deepFlavourJetTags = cms.string(''),
1565
deepFlavourNegJetTags = cms.string(''),
1566
runTagVariablesSubJets = options.runTagVariablesSubJets,
0 commit comments