-
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
add missing initialization in CaloCluster #13506
add missing initialization in CaloCluster #13506
Conversation
A new Pull Request was created by @slava77 (Slava Krutelyov) for CMSSW_8_1_X. It involves the following packages: DataFormats/CaloRecHit @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 Tested at: e9a80c0 ---> test testJetMETCorrectionsType1MET had ERRORS you can see the results of the tests here: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (but tests are reportedly failing). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
…r-CorrE-init add missing initialization in CaloCluster
…r-CorrE-init add missing initialization in CaloCluster (same as #13506 )
add missing correctedEnergyUncertainty_ initialization in a few constructors
Some of the CaloCluster (or classes deriving from it) collections do not use the correctedEnergy* data members, in some cases the correctedEnergyUncertainty_ was never initialized. This generated occasional random numbers in the saved products and can also trigger fake differences in event size comparisons.
after the fix all values are now appropriately set to 1 (the plot isn't showing it directly, but it shows that there is a range of values in the old/baseline version)