-
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
Restore CSCHaloData to AOD, which was inadvertently deleted by PR 11068 #12631
Conversation
A new Pull Request was created by @cvuosalo (Carl Vuosalo) for CMSSW_7_6_X. It involves the following packages: RecoMET/Configuration @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 Restoring CSC halo data to AOD. There should be no change in monitored quantities. Jenkins tests against baseline CMSSW_7_6_X_2015-12-01-1100 show no significant differences, as expected. Additional tests show that the CSC halo data has been restored to the AOD event content, while there is no change to the RECO or Mini-AOD content. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
Restore CSCHaloData to AOD, which was inadvertently deleted by PR 11068
#11068 was intended as a simple clean-up to replace certain wildcards in
keep
statements with explicit strings, but in the process akeep
statement for recoCSCHaloData was accidentally deleted in RecoMET_EventContent_cff.py. This PR restores this missing CSC halo data to AOD.