Skip to content
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

Phase 2 seeding quadruplets: from merging triplets to propagation #16858

Merged
merged 4 commits into from Dec 9, 2016

Conversation

ebrondol
Copy link
Contributor

@ebrondol ebrondol commented Dec 5, 2016

Before this PR, the Phase 2 quadruplets was using the merging triplets approach, now we move in line with Phase 1 where the quadruplets are created propagating the triplets. This new algorithm has been already extensively discussed in #14327.
Performance without PU on 1000 events ttbar, D4 geometry:

  • About the eff/fakes performance, the results have been produced here. We recover something at low pT without getting more fakes. In particular I think because the efficiency of the seeding itself with the new algorithm is increasing both eff and fake, but then in the track reconstruction itself, the fakes are rejected pretty good. I suppose it can be consider a pretty good result.
    pr16858

  • About timing and memory, the baseline results have been produced here while including the PR can be found here. Thankfully, we can see that the PixelQuadrupletMergerEDProducer::produce(edm::Event&, edm::EventSetup const&) goes down quite a bit in positions. So everything seem to work pretty as expected. I am not sure that the absolute comparison is correct - maybe I messed up with some machines - but if we take the MuonId as reference, in the ph2_movingQuadSeeding version should be ~17 counts where instead is ~3.

For higher PU, this is the report from @VinInn:
full job, ttbar 200PU, tracking only incl validation&dqm (step3)
vinavx2 (3.5GHz, 4thread)
91x out-of-the-box TimeReport event loop CPU/event = 406.026545
+git cms-merge-topic ebrondol:ph2_movingQuadSeeding TimeReport event loop CPU/event = 291.797381
and is even more efficient at low-pt
http://innocent.home.cern.ch/innocent/RelVal/tkRecoD4_newQuad/plots_highPurity/effandfake1.pdf

This PR is considered from the TRK POG a prority not only for the much better performance, but also because of further developments expected for Phase 1 by @makortel . Best in the next pre-release.

Informing @boudoul @atricomi @delaere

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2016

A new Pull Request was created by @ebrondol for CMSSW_9_0_X.

It involves the following packages:

RecoTracker/IterativeTracking

@cmsbuild, @cvuosalo, @slava77, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @makortel, @felicepantaleo, @GiacomoSguazzoni, @rovere, @VinInn, @mschrode, @gpetruc, @dgulhan this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@VinInn
Copy link
Contributor

VinInn commented Dec 5, 2016

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/16767/console

@VinInn
Copy link
Contributor

VinInn commented Dec 5, 2016

@venturia , @boudoul FYI

@VinInn
Copy link
Contributor

VinInn commented Dec 5, 2016

I am finalizing a less technical PR on top of this to further reduce the timing (down to 200 sec w/r/t 290 above) and improve vertex performances that are rather poor at the moment...

I expect eventually two more PR: removing PixelPairs (save 10 sec) and removing PixelTrack&Vertices (saves 16 sec)

NB the timing above is for TrackingOnly wf: it includes ~30sec of validation that does not run in standard wf

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2016

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2016

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-16858/16767/summary.html

The workflows 1003.0, 1001.0, 1000.0, 140.53, 136.731, 4.22 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons

@slava77
Copy link
Contributor

slava77 commented Dec 6, 2016

@ebrondol
should this PR be closed?
#16885 apparently includes changes from this PR.

@ebrondol
Copy link
Contributor Author

ebrondol commented Dec 6, 2016

Hi @slava77 this PR can be closed if this can simplify the review process. We would like to present both the PRs tomorrow in order to understand how we can proceed best. The PR #16885 involve also other files and the review can take longer.. but of course if this would not be the case, the best option is going with one PR.

@slava77
Copy link
Contributor

slava77 commented Dec 6, 2016 via email

@VinInn
Copy link
Contributor

VinInn commented Dec 6, 2016 via email

@slava77
Copy link
Contributor

slava77 commented Dec 8, 2016

-1

superseded by #16885

@cmsbuild cmsbuild merged commit 79dbc05 into cms-sw:CMSSW_9_0_X Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants