-
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
switch pixelLess iteration to use CKF instead of mkFit #38967
switch pixelLess iteration to use CKF instead of mkFit #38967
Conversation
@@ -16,5 +15,4 @@ | |||
trackingMkFitHighPtTripletStep, | |||
trackingMkFitDetachedQuadStep, | |||
trackingMkFitDetachedTripletStep, | |||
trackingMkFitPixelLessStep, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we comment it, hoping to put it back ~ soon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, commented out parts are usually not advised by reco: if some change is expected in the code soon, the usual advice is to make an issue in github
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38967/31421
|
A new Pull Request was created by @slava77 (Slava Krutelyov) for master. It involves the following packages:
@perrotta, @rappoccio, @jordan-martins, @bbilin, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen, @qliphy, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-370908/26642/summary.html Comparison SummarySummary:
|
@cmsbuild please test |
@slava77 |
I do not expect any functional modifications in this PR. The only pending item was a formal go-ahead from PPD/Validation that this is good to go for the default. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-370908/26780/summary.html Comparison SummarySummary:
|
+Upgrade From the upgrade side, this PR follows the agreement on switching pixelless iteration to use CKF instead of mkFit. |
+pdmv |
+1
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will be automatically merged. |
type tracking |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-370908/36218/summary.html Comparison SummarySummary:
|
Discussion in PPD Aug 4
https://indico.cern.ch/event/1187803/#43-discussion-of-reversion-to
appears to be converging to the decision to switch the pixelLess iteration to use CKF instead of mkFit.
This PR makes the switch and removes Run3_ckfPixelLessStep, which is now identical to Run3
(I checked this using the run3 wf 11834.0 expanded config for step3).
@cms-sw/tracking-pog-l2