-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[NanoAOD, JMENano] Updates for Nano and JMENano #42651
Conversation
…ets documentation and add area.
…puppiNoLep as default PuppiProducer names.
…GL input variables and most b-taggers for AK4CHS. Drop AK8 CHS jets.
… hard-coded label. 'puppiNoLep' is set as the default value.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42651/36704
|
A new Pull Request was created by @nurfikri89 (Nurfikri Norjoharuddeen) for master. It involves the following packages:
@cmsbuild, @simonepigazzini, @mandrenguyen, @clacaputo, @vlimant can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42651/36709
|
Pull request #42651 was updated. @cmsbuild, @simonepigazzini, @mandrenguyen, @clacaputo, @vlimant can you please check and sign again. |
@@ -171,11 +171,15 @@ | |||
hfcentralEtaStripSize = Var("userInt('hfJetShowerShape:centralEtaStripSize')", int, doc="eta size of the central tower strip in HF (noise discriminating variable) "), | |||
hfadjacentEtaStripsSize = Var("userInt('hfJetShowerShape:adjacentEtaStripsSize')", int, doc="eta size of the strips next to the central tower strip in HF (noise discriminating variable) "), | |||
nConstituents = Var("numberOfDaughters()","uint8",doc="Number of particles in the jet"), | |||
chMultiplicity = Var("chargedMultiplicity()","uint8",doc="Number of charged particles in the jet"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these changes intended? I didn't expect to see changes to the nano content in this PR
enable nano |
please test |
-1 Failed Tests: RelVals-NANO RelVals-NANO
Comparison SummarySummary:
|
…ts below some pt thresholds have reduced information stored (e.g multiplicities)
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42651/36807
|
Pull request #42651 was updated. @cmsbuild, @simonepigazzini, @jfernan2, @mandrenguyen, @vlimant can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42651/36810
|
Pull request #42651 was updated. @cmsbuild, @simonepigazzini, @jfernan2, @mandrenguyen, @vlimant can you please check and sign again. |
I am closing this PR and will submit another one using the latest IB release to include the changes in PR #42670. |
PR description:
This PR aims to add changes related to NanoAOD, JMENanoAOD and ensuring consistency of PuppiProducer instances when processing MiniAODs for production and analysis. The following changes are made:
NanoAOD
RUN3WINTER22PUPPIrunsBCDEprompt
JetID version for jets.nanoAOD_addDeepInfoAK4()
.JMENanoAOD
PuppiProducer consistency
setupPuppiForPackedPF()
injetTools.py
by addingpackedpuppiNoLep
instance.runMETCorrectionsAndUncertainties.py
, make it optional to provide a differentPuppiProducer
module label rather than stick to a hard-coded label (puppiNoLep
). Set the previously hard-coded label as the default option.PR validation:
runTheMatrix.py -l limited -i all --ibeos
runTheMatrix.py -i all --ibeos -l 2500.0,2500.001,2500.002,2500.01,2500.011,2500.012,2500.1,2500.2,2500.21,2500.3,2500.4
If this PR will be backported please specify to which release cycle the backport is meant for:
To be backported to earlier 13_Y releases for Run-3 JMENano production.