Skip to content
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

Solve all overlaps detected in Phase I Tracker #29366

Merged
merged 3 commits into from Apr 4, 2020

Conversation

ghugo83
Copy link
Contributor

@ghugo83 ghugo83 commented Apr 1, 2020

Solve all overlaps detected in Phase I Tracker:

  • TEC petals with optical connectors:
    75704087-b0cfc180-5c86-11ea-8446-11731be4b2b3
  • TEC services channel with grounding axis:
    channel_axgrounding

In general, I would think it is good practice to avoid having volumes 'sharp' at the same boundary in the XML description, since with default meshing / rounding errors, they can be seen / actually become overlaps.
Directly using an epsilon in the XML description in this kind of situations should solve a lot of headaches, at no cost for the geo and Material Budget.

PR tests:
0 overlap with G4 AND Fireworks overlap-checking tools, for both Reference and Migrated 2021 Scenario.

…, to avoid polluting Fireworks with non existing overlaps.
… scenario (more consistent, and safe since it is an infenitesimal reduction anyway).
…AxGrounding. Same issue, same remedy here: borders are defined at exact same phi.
@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29366/14468

  • This PR adds an extra 32KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

A new Pull Request was created by @ghugo83 for master.

It involves the following packages:

Geometry/MTCCTrackerCommonData
Geometry/TrackerCommonData

@civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild can you please review it and eventually sign? Thanks.
@vargasa, @makortel, @VinInn, @ebrondol, @fabiocos, @venturia this is something you requested to watch as well.
@silviodonato, @dpiparo you are the release manager for this.

cms-bot commands are listed here

@cvuosalo
Copy link
Contributor

cvuosalo commented Apr 1, 2020

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5488/console Started: 2020/04/01 17:56

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

+1
Tested at: e36df39
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6cfb9a/5488/summary.html
CMSSW: CMSSW_11_1_X_2020-04-01-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2020

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6cfb9a/5488/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 28 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2692110
  • DQMHistoTests: Total failures: 69
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2691722
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@civanch
Copy link
Contributor

civanch commented Apr 2, 2020

@ghugo83 , this is a useful fix, because an overlap is detected. At the same time, making gaps between volumes is not a good practice, because it is obviously slow down the simulation - all particles will make an extra step between such volumes. CPU in Geant4 is always proportional to number of steps independently on how long they are. So, this fix is an exception for this concrete geometry.

@ghugo83
Copy link
Contributor Author

ghugo83 commented Apr 2, 2020

@civanch Thanks a lot for your comment.
Though for solving overlaps, it is needed here.

In general, speaking of the number of steps, why are the cables modeled in such fine detail? Would phi sections of cylinder, averaging out all services contributions, not suffice? This would instead reduce by several orders of magnitude the number of steps.

@civanch
Copy link
Contributor

civanch commented Apr 2, 2020

@ghugo83 , a general approach in CMS, ATLAS, and some others is to describe as accurate as possible real geometry. If simulation is slow due overdoing this in some sub-detector, than a possible short-cut is developed. It is difficult to do in the inverse order.

@civanch
Copy link
Contributor

civanch commented Apr 3, 2020

@cvuosalo , @vargasa , can you agree with this fix?

@cvuosalo
Copy link
Contributor

cvuosalo commented Apr 3, 2020

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 3, 2020

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 (and backports should be raised in the release meeting by the corresponding L2)

@silviodonato
Copy link
Contributor

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants