-
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
Remove last bits of LargeD0 iterations, and add Phase1 iteration enumerators #12458
Conversation
…tracking iterations
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_8_0_X. It involves the following packages: DataFormats/TrackReco @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 DAS Error you can see the results of the tests here: |
@cmsbuild please test |
The tests are being triggered in jenkins. |
There are, in principle, two PFlow file to modify... I was doing something similar in We may thing also to "create" a place holder for the duplicateMerger (in place of rs ?) |
@VinInn Yes, eventually those PF files need to be modified (and also elsewhere where the algo enumerators are used explicitly, I haven't checked yet). I didn't include those here because the new enumerators are not yet used anywhere. I was planning to do the migrations in the same PR I change the current Phase1PU70/140 iterations to set the proper algo (which will have to wait a bit as I wrote in the PR description). I was indeed thinking to use initialStep for the first (quadruplet-seeded) Phase1 iteration. |
@makortel , ok. let's keep the list of the file involved somewhere.... |
-1 >> Compiling python modules src/CommonTools/RecoUtils/python >> Compiling python modules src/ElectroWeakAnalysis/ZMuMu/python >> Pluging of all type refreshed. >> All python modules compiled gmake[1]: Leaving directory `/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2015-11-17-1100' gmake: **\* [There are compilation/build errors. Please see the detail log above.] Error 1 you can see the results of the tests here: |
The error seems to be
I can't see how this could be caused by this PR. |
assign daq
|
@cmsbuild, please test |
The tests are being triggered in jenkins. |
@slava77 , @davidlange6 this is purely technical. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
Remove last bits of LargeD0 iterations, and add Phase1 iteration enumerators
This PR removes the last remnants of LargeD0 iterations (they were partly removed already in #3446, and were confirmed to be obsolete https://hypernews.cern.ch/HyperNews/CMS/get/recoTracking/1583/1.html). Then, as a preparatory step, the
iterNLargeD0
track algorithm enumerators are reused for upcoming new Phase1 tracking iterations (two of them are not needed now, so they're marked as reserved). They are intentionally not yet used (in Phase1PU70 and PU140 configurations), because I want to keep the current state until we have finalized the validation of Phase1 tracking in 80X against 62X_SLHC.Tested in 800pre2, no changes expected.
@rovere @VinInn