-
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
Add EDProducers for mkFit #27895
Add EDProducers for mkFit #27895
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27895/11680
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
bfb35ed
to
76bc99d
Compare
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27895/11681
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages: Configuration/PyReleaseValidation The following packages do not have a category, yet: RecoTracker/MkFit @cmsbuild, @andrius-k, @chayanit, @zhenhu, @schneiml, @prebello, @kpedro88, @pgunnell, @kmaeshima, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Done in cms-sw/cms-bot#1195 |
@cmsbuild, please test workflow 11634.7 |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
+1 |
+upgrade |
+1 |
+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 now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds the CMSSW modules to run mkFit. The external for mkFit has already been added (cms-sw/cmsdist#5150, cms-sw/cmsdist#5169).
The following customize functions are added
RecoTracker/MkFit/python/customizeInitialStepOnly.py
customizeInitialStepOnly()
limit the iterative tracking to initialStep onlycustomizeInitialStepOnlyNoMTV()
in addition, remove MTVRecoTracker/MkFit/python/customizeInitialStepToMkFit.py
customizeInitialStepToMkFit()
to replace initialStep pattern recognition with mkFit.In addition this PR adds a runTheMatrix workflow
11634.7
(2021 TTbar noPU) running the reconstruction withcustomizeInitialStepToMkFit()
customize function.This PR requires cms-sw/cmsdist#5179 to link on arm and ppc.
PR validation:
Added workflow 11634.7 runs.