-
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
Fixes for phase1 workflow #11621
Fixes for phase1 workflow #11621
Conversation
…ase1 tracking sequences The contents of Phase1PU70_preDuplicateMergingGeneralTracks_cfi.py and Phase1PU70_MuonSeededStep_cff.py are pre-cms-sw#10373.
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_7_6_X. Fixes for phase1 workflow It involves the following packages: RecoTracker/FinalTrackSelectors @cmsbuild, @cvuosalo, @civanch, @mdhildreth, @slava77 can you please review it and eventually sign? Thanks. |
FYI @mark-grimes |
@makortel |
@slava77 It means that for The change is done in phase1TkCustoms.customise_Reco() |
@cmsbuild please test Matti, thank you for the explanation. |
The tests are being triggered in jenkins. |
-1 you can see the results of the tests here: |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
+1 Fixes for Phase 1 upgrade workflow. Along with #11609 and #11624, this PR allows workflow 10000.0 to successfully complete the steps through RECO, but it still fails in the Harvesting step. There should be no change in monitored quantities. The code changes are satisfactory, and Jenkins tests against baseline CMSSW_7_6_X_2015-10-01-2300 show no significant differences, as expected. A test of workflow 10000.0 shows that it fails in baseline CMSSW_7_6_0_pre6 in the RECO step, but it successfully completes RECO (but not Harvesting) with this PR plus PRs #11609 and #11624. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
This PR fixes issues in the phase1 workflow
runTheMatrix.py --what upgrade -l 10000
. The changes are mainly to recover from #10373, and to remove the remaining CASTOR modules in reconstruction sequence (I guessed from the existing removals that this is the intention for now).I also intentionally "broke" the "displaced muon reconstruction" (#7531) for Phase1 by taking InOut iteration out of its merger (technically it still should work but the results bad). It should be enabled again after the Phase1 tracking sequences are migrated to the new classifiers+mergers of #10373 (but I want to see the 76X-Phase1 tracking validated against 62X_SLHC Phase1 tracking before that).
Together with #11609 (GT update) this PR gets the reco step of upgrade wf 10000.0 to technically work on a DIGI step2.root produced with the earlier default GT (75X_upgrade2017_design_v1), but when using the same GT consistently, the reco step still fails. This failure is addressed separately in #11624.
Tested in 760pre6, no changes expected in Run1/2 workflows.
@rovere @VinInn @boudoul @venturia