Introduce 2 modules to filter FatJets and apply JERC to them using latest version of CMSJMECalculator #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds two modules:
FatJetSel.py. It implements selections and cuts on CleanFatJet collection, based on the old version in NanoGardener.FatJMECalculatorRun3.py. It applies JERC on fatjets and relies on the CMSJMECalculators code from the master branch, taken from the cms-analysis repository. Inspired by and analogous to updating jerc module to the latest CMSJMECalculators version #45 by @mlizzo.These two modules assume a
CleanFatJetcollection is already created (this is to be included in another PR modifyingLeptonMaker.py)FYI_ @NTrevisani @dittmer @giorgiopizz