Skip to content

Conversation

@alefisico
Copy link
Member

This PR includes:

  • Now Puppi by default uses exisitingWeights from miniAOD. Includes also another option in case someone wants to run puppi from scratch.
  • pt cut in raw jets if specified to reduce computing time for btagging variables
  • postFix option, to run two jet collections of the same PUMethod with different options
  • adding DeepCSV btag
  • None in btag discriminators now means None. (Before None meant default discriminators)

After some internal tests, I will create a new tag and modify the twiki accordingly.

puppi.useExistingWeights = cms.bool(True)
print '|---- jetToolBox: Puppi default value. It takes the existing weights from miniAOD.'
else:
setattr( proc, 'newpuppi', puppi.clone( eseExistingWeights = cms.bool(False)))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eseExistingWeights looks like a typo

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed. Thanks @kpedro88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants