Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing b discriminator: CSVv2 to DeepFlav (deepjet) #151

Merged
merged 5 commits into from
Mar 23, 2020

Conversation

jeongsumin
Copy link
Collaborator

As we know about b discriminator, DeepFlavour (Deepjet) is more efficient than CSVv2.
So I check the result when using the deepflavour discriminator.

First, there was no problem when I modified about btagWeightproducer (in TZWi) and btagSFproducer (in nanoAODTools).

But you need to change the btagSFproducer.py when produce the ntuple with deepflavour discriminator:

  1. line 35) change the algo='csvv2' -> algo='deepjet' & selectedWPs=['M', 'shape_corr'] -> selectedWPs=['L', 'shape_corr']
  2. after line 325) adding the new lambda function "btagSFLegacy2016" because key of deepjet for 2016 name is "Legacy2016"

@jhgoh jhgoh added the postprocessor analysis specific changes label Mar 23, 2020
@jhgoh jhgoh merged commit 00015d0 into cms-kr:master Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postprocessor analysis specific changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants