Skip to content

Commit

Permalink
Switch to pfCandidates for b tagging for Puppi jets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Marchesini committed Mar 21, 2018
1 parent 4d5e4d2 commit d6822ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def miniAOD_customizeCommon(process):
noDeepFlavourDiscriminators = [x.value() for x in process.patJets.discriminatorSources if not "DeepFlavour" in x.value()]
addJetCollection(process, postfix = "", labelName = 'Puppi', jetSource = cms.InputTag('ak4PFJetsPuppi'),
jetCorrections = ('AK4PFPuppi', ['L2Relative', 'L3Absolute'], ''),
pfCandidates = cms.InputTag('puppi'), # using Puppi candidates as input for b tagging of Puppi jets
pfCandidates = cms.InputTag("particleFlow"),
algo= 'AK', rParam = 0.4, btagDiscriminators = noDeepFlavourDiscriminators
)

Expand Down

0 comments on commit d6822ae

Please sign in to comment.