-
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
Enable mkFit for initialStepPreSplitting with trackingMkFit modifier #34198
Enable mkFit for initialStepPreSplitting with trackingMkFit modifier #34198
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34198/23415
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages: Configuration/ProcessModifiers @perrotta, @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @silviodonato, @jfernan2, @slava77, @jpata, @qliphy, @davidlange6, @fabiocos, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
@cmsbuild, please abort |
test parameters:
|
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-870ac7/16140/summary.html Comparison SummarySummary:
|
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.
from Configuration.ProcessModifiers.trackingMkFitInitialStepPreSplitting_cff import trackingMkFitInitialStepPreSplitting | ||
from RecoTracker.MkFit.mkFitGeometryESProducer_cfi import mkFitGeometryESProducer | ||
import RecoTracker.MkFit.mkFitSiPixelHitConverter_cfi as mkFitSiPixelHitConverter_cfi | ||
import RecoTracker.MkFit.mkFitSiStripHitConverter_cfi as mkFitSiStripHitConverter_cfi | ||
import RecoTracker.MkFit.mkFitEventOfHitsProducer_cfi as mkFitEventOfHitsProducer_cfi | ||
import RecoTracker.MkFit.mkFitSeedConverter_cfi as mkFitSeedConverter_cfi | ||
import RecoTracker.MkFit.mkFitIterationConfigESProducer_cfi as mkFitIterationConfigESProducer_cfi | ||
import RecoTracker.MkFit.mkFitProducer_cfi as mkFitProducer_cfi | ||
import RecoTracker.MkFit.mkFitOutputConverter_cfi as mkFitOutputConverter_cfi |
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.
sorry if I miss something, but should/could these be hidden from re-exporting (prefixed with _
)?
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.
Certainly.
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.
I changed only the InitialStepPreSplitting_cff.py
that was modified in this PR. If you wish, I can change the other iterations where mkFit can be enabled accordingly as well.
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.
thanks! maybe the other iterations can be changed in a (technical) follow-up?
RecoTracker/IterativeTracking/python/InitialStepPreSplitting_cff.py
Outdated
Show resolved
Hide resolved
5e34756
to
eac614f
Compare
Pull request #34198 was updated. @perrotta, @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @silviodonato, @jfernan2, @slava77, @jpata, @qliphy, @davidlange6, @fabiocos, @rvenditti can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-870ac7/16164/summary.html Comparison SummarySummary:
|
+reconstruction
|
+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 be automatically merged. |
PR description:
This PR extends the mkFit setup (enabled with
trackingMkFit
modifier, X.7 workflows) to use mkFit in initialStepPreSplitting, as mentioned in TRK POG meeting 2021-06-14.This PR also includes a technical fix to include a header of
PropagatorWithMaterial
instead of its source file (I have no idea how that ended up there).PR validation:
Workflows 11634.0, 11634.7 run.