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

Overlap in the upstream region nose shielding #488

Open
chandabindu opened this issue May 7, 2021 · 4 comments
Open

Overlap in the upstream region nose shielding #488

chandabindu opened this issue May 7, 2021 · 4 comments
Assignees

Comments

@chandabindu
Copy link
Contributor

Environment: (where does this bug occur, have you tried other environments)

  • branch (master for latest released): develop
  • revision (HEAD for most recent): 84b45e2
  • OS or system: ifarm1901
  • Special ROOT or Geant4 versions? Geant4.10.06.p02MT, ROOT6.20.04

Steps to reproduce: (give a step by step account of how to trigger the bug)

  1. ./build/remoll macros/checkoverlap.mac

Expected Result: (what do you expect when you execute the steps above)

Checking overlaps for volume...... OK!

Actual Result: (what do you get when you execute the steps above)

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomVol1002
issued by : G4PVPlacement::CheckOverlaps()
Overlap with volume already placed !
Overlap is detected for volume UScoil:0 (G4Cons)
with logicUpstreamNoseShieldBeampipe_PV:0 (G4Polycone) volume's
local point (28.9907,8.25721,37.8447), overlapping by at least: 4.85627 mm
NOTE: Reached maximum fixed number -1- of overlaps reports for this volume !
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomVol1002
issued by : G4PVPlacement::CheckOverlaps()
Overlap with volume already placed !
Overlap is detected for volume logicUpstreamNoseShieldBeampipe_PV:0 (G4Polycone)
with UScoil:0 (G4Cons) volume's
local point (-23.8085,-25.6545,-1007.6), overlapping by at least: 4.85563 mm
NOTE: Reached maximum fixed number -1- of overlaps reports for this volume !
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

@rahmans1
Copy link
Contributor

rahmans1 commented May 7, 2021

@chandabindu Don't think this is a big problem. Just a small overlap with the mother volume containing the coil subregion. Will get adjusted when we introduce new region separation to have different levels of vacuum. For a quick fix, I can just shorten naz's nose shield by a few mm or hollow out the upstream end of that mother volume a bit more so that the overlap doesn't show up. Don't think it ultimately makes a difference. So, would be low on my priority.
logicalvolume

@wdconinc
Copy link
Member

wdconinc commented May 7, 2021

The problem I see here is that others can't know what is an important overlap and what isn't. It also makes it seem as though overlaps are OK. We turned on overlap warnings by default for a reason (once the showermax overlaps were finally fixed). We should get this fixed. To me it's the same as with compiler warnings: if you allow some that you "know" are not important, then you give others the implicit permission to not fix their compiler warnings either.

@chandabindu
Copy link
Contributor Author

chandabindu commented May 7, 2021 via email

@rakithab
Copy link
Contributor

@chandabindu @rahmans1 Can either of you comment on the status of this overlap?

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

No branches or pull requests

5 participants