-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
JME python configuration cleanup for 92x #19222
Conversation
…), lower L1 cluster threshold
The channel() should only return the encoded channel, not the otbit. Indeed, channel() is used all over the place in the MC matching code to access the position. As a consequence, channel() and packedPosition() now do the same.
…into a few master config files, move customization into RecoJets/JetProducers since nothing is non-standard in RECO at all anymore.
…o be picked up automatically by the GUI. 2) reportSummary ME added to EventInfo directory. The mean value of the bins the reportSummaryMap. 3) Moved roc counting plots to PixelPhase1/ directory.
Grrr. something went wrong with git. I will rebase. |
Pull request #19222 was updated. @ghellwig, @perrozzi, @ianna, @kpedro88, @fabozzi, @Martin-Grunewald, @mommsen, @vanbesien, @govoni, @perrotta, @civanch, @monttj, @silviodonato, @cmsbuild, @fwyzard, @GurpreetSinghChahal, @davidlange6, @smuzaffar, @Dr15Jones, @kkousour, @mdhildreth, @cerminar, @slava77, @ggovi, @mulhearn, @vazzolini, @rekovic, @kmaeshima, @arunhep, @emeschi, @thuer, @dmitrijus, @alja, @franzoni can you please check and sign again. |
I can't seem to fix the git problems, I will close this PR and reopen a new one. |
@rappoccio in the future please follow http://cms-sw.github.io/tutorial-resolve-conflicts.html |
Thanks, this is helpful. |
Rebase of #19222: JME python configuration cleanup for 92x
The JME python configurations had many vestiges left of previous migrations, as well as considerable "top-level" customization that is no longer relevant. I have consolidated the RecoPFJets_cff customizations into separate cfi python files in RecoJets/JetProducers.
EDIT: No changes should occur to any output, this is a reorganization.