Skip to content

Commit

Permalink
Removing soft lepton btag algorithms from the default patjets sequenc…
Browse files Browse the repository at this point in the history
…e. They are no longer available in 53X 7TeV datasets.
  • Loading branch information
jjacob committed Jun 11, 2014
1 parent c5d154d commit 22b7ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/Jets_Setup_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ def setup_jets(process, cms, options, postfix="PFlow"):
pfNoElectron = getattr(process, "pfNoElectron" + postfix)
for module in additionalJets :
getattr(process, "patPF2PATSequence" + postfix).replace(pfNoElectron, pfNoElectron * module)

process.patJets.discriminatorSources = cms.VInputTag(cms.InputTag("combinedSecondaryVertexBJetTags"), cms.InputTag("combinedSecondaryVertexMVABJetTags"), cms.InputTag("jetBProbabilityBJetTags"), cms.InputTag("jetProbabilityBJetTags"), cms.InputTag("simpleSecondaryVertexHighEffBJetTags"), cms.InputTag("simpleSecondaryVertexHighPurBJetTags"), cms.InputTag("trackCountingHighEffBJetTags"), cms.InputTag("trackCountingHighPurBJetTags"))

0 comments on commit 22b7ab3

Please sign in to comment.