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

Add pixel-only seed extension #14356

Merged
merged 5 commits into from May 24, 2016
Merged

Conversation

makortel
Copy link
Contributor

@makortel makortel commented May 3, 2016

This PR adds a "pixel-only" flavour of the SeedExtensionTrajectoryFilter (one of the explored pixel-quadruplet approaches for phase1). As a prerequisite, Trajectory and TempTrajectory are extended to count also found pixel hits (which may have other uses too).

The SeedExtensionTrajectoryFilter is also extended to act as "qualityFilter()" in addition to "toBeContinued()". The point is that if seed extension decides that a propagation of a trajectory should be stopped, the trajectory should also be discarded (in my opinion). This way the assumption is enforced without relying on the value of minimumNumberOfHits (alternatively we would need minimumNumberOfPixelHits). The easiest way to communicate the "trajectory was stopped because of seed extension" from toBeContinued() to qualityFilter() was to use the existing StoppingReason enum, so I added a SEED_EXTENSION enumerator there.

I updated the tracking DQM for the new StoppingReason (*), also adding a run-time check in case new StoppingReasons are added. (Maybe we should eventually abstract the string representation of StoppingReasons similarly to TrackBase::TrackAlgorithm?)

(*) After the "qualityFilter()" change we expect to see zero tracks with SEED_EXTENSION stopping reason, so the DQM change serves mainly as a sanity check (seeing something there indicates a bug).

Tested in CMSSW_8_1_X_2016-05-01-2300 (rebased on top of CMSSW_8_1_X_2016-05-09-2300 CMSSW_8_1_X_2016-05-16-2300), no changes expected in standard workflows (new functionality is added but not enabled; StopReason DQM plots show changes because of added bin).

@rovere @VinInn @mtosi

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2016

A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_8_1_X.

It involves the following packages:

DQM/TrackingMonitor
DataFormats/TrackReco
HLTrigger/Configuration
TrackingTools/PatternTools
TrackingTools/TrajectoryFiltering

@perrotta, @cmsbuild, @cvuosalo, @fwyzard, @dmitrijus, @Martin-Grunewald, @deguio, @slava77, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@geoff-smith, @battibass, @threus, @abbiendi, @GiacomoSguazzoni, @jhgoh, @VinInn, @Martin-Grunewald, @bellan, @HuguesBrun, @rovere, @jalimena, @gpetruc, @cerati, @trocino, @dgulhan this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@VinInn
Copy link
Contributor

VinInn commented May 3, 2016

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2016

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

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2016

There was an issue with git-cms-merge-topic you can see the log here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14356/12795/git-merge-result

@makortel
Copy link
Contributor Author

makortel commented May 3, 2016

error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly

Looks like a transient issue, maybe try again?

@slava77
Copy link
Contributor

slava77 commented May 3, 2016

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2016

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

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2016

@Martin-Grunewald
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@slava77
Copy link
Contributor

slava77 commented May 19, 2016

+1

for #14356 97c8106

@Martin-Grunewald
Copy link
Contributor

+1

@slava77
Copy link
Contributor

slava77 commented May 23, 2016

@dmitrijus
your signature is needed here
Please check.
Thank you.

Merging of this PR is now blocking further developments

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 05011b7 into cms-sw:CMSSW_8_1_X May 24, 2016
@makortel makortel deleted the pixelSeedExtension branch April 19, 2017 09:47
@makortel makortel restored the pixelSeedExtension branch February 12, 2018 12:58
@makortel makortel deleted the pixelSeedExtension branch February 12, 2018 12:58
@makortel makortel restored the pixelSeedExtension branch February 12, 2018 12:58
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

8 participants