-
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
Transform RecoTrackRefSelector to stream::EDProducer #10911
Transform RecoTrackRefSelector to stream::EDProducer #10911
Conversation
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_7_6_X. Transform RecoTrackRefSelector to stream It involves the following packages: CommonTools/RecoAlgos @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@fwyzard I guess you want this backported, both 74X and 75X? |
Hi Matti,
just 7.5.x for the time being.
Thank you,
.Andrea
|
Hi Matti, .A |
Hi Andrea, Cheers, |
For HLT I would prefer to make the change to a producer only in 76x, too. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
I included also the EDProducer transformation (so now its stream::EDProducer). If this is deemed ok, I'll update the PR title and description, and possibly squash the commits together. |
-1 DAS Error you can see the results of the tests here: |
please test |
The tests are being triggered in jenkins. |
+1 |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 This PR was already approved by Reco, but a merge conflict developed. It was rebased. Jenkins tests are still OK, except for workflow 50202.0 that encountered some error. A short test of 50202.0 with 15 events against baseline CMSSW_7_6_X_2015-09-02-1100 shows no significant differences, so the Jenkins error is not related to this PR. |
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. @davidlange6, @Degano, @smuzaffar |
+1 |
Transform RecoTrackRefSelector to stream::EDProducer
This PR changes RecoTrackRefSelector to a stream::EDProducer (using ObjectSelectorStreamProducer introduced in #9904). (for history, the PR first contained only a simple transformation to stream::EDFilter, but was then extended to contain the change to producer as there we re no use cases for event filtering)
Tested in 7_6_0_pre3, no changes expected in results.
@rovere @VinInn @fwyzard