-
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 pixel track fitter, filter, and cleaner to ED or ES products #16792
Transform pixel track fitter, filter, and cleaner to ED or ES products #16792
Conversation
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_9_0_X. It involves the following packages: Calibration/IsolatedParticles @perrotta, @cmsbuild, @civanch, @lveldere, @silviodonato, @cvuosalo, @arunhep, @ssekmen, @mdhildreth, @dmitrijus, @Martin-Grunewald, @franzoni, @ghellwig, @cerminar, @slava77, @fwyzard, @mmusich, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here #13028 |
390eb12
to
7b054b6
Compare
@cmsbuild, please test |
The tests are being triggered in jenkins. |
-1 Tested at: 7b054b6 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: AddOn
I found errors in the following addon tests: cmsRun /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2016-11-28-2300/src/HLTrigger/Configuration/test/OnLine_HLT_HIon.py realData=True globalTag=@ inputFiles=@ : FAILED - time: date Tue Nov 29 16:18:12 2016-date Tue Nov 29 16:17:10 2016 s - exit: 23040 |
Comparison job queued. |
@cmsbuild, please test (trivial typo; but are there instructions somewhere how I could run the "AddOn" tests myself?) |
The tests are being triggered in jenkins. |
Pull request #16792 was updated. @perrotta, @cmsbuild, @civanch, @lveldere, @silviodonato, @cvuosalo, @arunhep, @ssekmen, @mdhildreth, @dmitrijus, @Martin-Grunewald, @franzoni, @ghellwig, @cerminar, @slava77, @fwyzard, @mmusich, @vanbesien, @davidlange6 can you please check and sign again. |
|
ping |
please test |
The tests are being triggered in jenkins. |
Comparison job queued. |
+1 |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
|
+1 |
By the way @makortel , which approach do you prefer, #17041 or #17042 ? |
@fwyzard I can certainly share my experience from offline tracking, where are you having the discussion?(this PR is likely not the right forum) |
This PR contains intermediate developments before migrating
PixelTrackProducer
to the new seeding framework of #16635. The point is to make all other components than the hit ntuplet generation to supportfillDescriptions()
. This is achieved by making fitters and filters EDProducts (because at least one of the algorithms depend on event data) and making cleaners ESProducts (because none of the cleaners need event data).I have tried to migrate all uses in CMSSW, but I can't exclude of missing something.
The next step is to migrate
PixelTrackProducer
to the new seeding framework (#16635), and fully migrate HLT (withcustomizeHLTforCMSSW.py
).Tested in CMSSW_9_0_X_2016-11-27-2300 (rebased on top of CMSSW_9_0_X_2016-12-04-2300), no changes expected.
@rovere @VinInn @felicepantaleo @mtosi @JanFSchulte