-
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
Fix naming for fwLite VID in 74X #11513
Fix naming for fwLite VID in 74X #11513
Conversation
@cmsbuild please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_4_X. Fix naming for fwLite VID in 74X It involves the following packages: RecoEgamma/EgammaTools @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
@cvuosalo At the request of Slava I updated the header of this PR to be a bit more descriptive and indicate its urgency. |
@cvuosalo Apologies for spamming: just wanting to make sure this can be signed off relatively quickly? |
@cmsbuild please test |
The tests are being triggered in jenkins. |
Already tested, but OK! |
ah, other merge commits. |
@lgray: |
+1 Revising naming of some embedded objects for VID usage in FWLite. Jenkins tests against baseline CMSSW_7_4_X_2015-09-28-1100 show no significant differences. An extended test of workflow 4.53_RunPhoton2012B with 200 events against baseline CMSSW_7_4_X_2015-09-27-1100 shows no difference in product sizes for either RECO or Mini-AOD. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_7_6_X is complete. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
@lgray: |
@cvuosalo photon.hasUserFloat("phoChargedIsolation") it will now return true. There should be little to no change in the miniAOD size since the strings change by a few bytes at most. |
I was expecting the branch size to change if user float names changed.
|
@slava77 uncompressed size should change (by a few bytes), for compressed size this is in the noise. |
@Slava7 especially in 74X since there are so many other embedded objects that start with |
I checked Carl's output files used in the test, the compressed size actually changes:
|
Good. |
@gpetruc @davidlange6 Ready to go here. |
@slava77 Names change, values do not. |
+1 |
Fix naming for fwLite VID in 74X
Fixes an issue with the naming of embedded objects for VID usage in FWLite.
To be clear: this PR changes the content of photons in MiniAOD during its creation. It is necessary for reMiniAOD campaign, need a release by Wednesday.
This can be patched at analysis level, but requires reconfiguration of the code and makes user recipes much more complicated.
It is included in regression/VID PRs for 76X/75X.