-
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
Modifier to apply energy corrections to photons and electrons (miniAOD) for 75X #10690
Conversation
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_5_X. Modifier to apply energy corrections to photons and electrons (miniAOD) It involves the following packages: PhysicsTools/PatAlgos @cmsbuild, @cvuosalo, @vadler, @monttj, @slava77 can you please review it and eventually sign? Thanks. |
@lgray the description is outdated by now (ref files are never more; the payloads are in the DB now; the GT is still not available though) |
@slava77 done. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1
|
@monttj |
+1 |
+1 |
@lgray the bot doesn't seem to react to any of my actions.... |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
Sometimes the bot is asleep. FYI I am in Japan on vacation, my personal response will also be very (Sent from my Nexus 6)
|
GitHub was under DDos attack yesterday and that is why cms-bot was not able to process your comments |
+1 |
Modifier to apply energy corrections to photons and electrons (miniAOD) for 75X
This PR implements the latest energy corrections for GED electrons and photons and applies them during MiniAOD processing.
ECAL regressions are done using GBRLikelihood and a good boost in resolution is expected compared to the previous BDTs.
The track + ECAL combination is done with a standard BDT, but the inputs are updated to use the semi-parametric BDT output.
The ES Prefers will removed once the weights will be integrated into the GT.
Working on comparison plots for the resolution.
Supersedes #10611