-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
MTD Geometry: updated GeometricTimingDet to remove the residual dependency on DDSolidShape #30834
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30834/17171
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30834/17172
|
A new Pull Request was created by @fabiocos (Fabio Cossutti) for master. It involves the following packages: Geometry/MTDNumberingBuilder @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
-1 Tested at: abe561e CMSSW: CMSSW_11_2_X_2020-07-19-2300 I found follow errors while testing this PR Failed tests: RelVals
When I ran the RelVals I found an error in the following workflows: runTheMatrix-results/1330.0_ZMM_13+ZMM_13+DIGIUP15+RECOUP15_L1TMuDQM+HARVESTUP15_L1TMuDQM+NANOUP15/step5_ZMM_13+ZMM_13+DIGIUP15+RECOUP15_L1TMuDQM+HARVESTUP15_L1TMuDQM+NANOUP15.log |
Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped) |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@fabiocos The output you showed is still not quite explained by the code you referenced, since the code line is:
while the output says "shape = DDSolidShape index:5, name: Polycone_rz". |
@cvuosalo concerning the printout, if you check the implementation of the The output is a diff between the new (5) and the old (7) output, you may easily verify it yourself by running https://cmssdt.cern.ch/lxr/source/Geometry/MTDNumberingBuilder/test/mtd_cfg.py for scenario D53 . Shape n. 7 is no more implemented as a polycone, do you agree? |
+1 |
@fabiocos Thanks for the explanation and thanks for taking care of this issue. |
+upgrade |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is a follow-up of #29905 as mentioned in #28914 (comment) . The residual dependence of GeometricTimingDet on the DDD class
DDSolidShape
is removed through the provided map, andcms::DDSolidShape
is now used. No impact is expected outside ofGeometry/MTDNumberingBuilder
.PR validation:
The MTD geometry unit tests are ok, test wf 23234.0 runs smoothly. The full output of the
MTDNumberingBuilder
test shows the expected change in shape of polycones:which anyway should have no practical effect on the model built in memory and its use.