Commit 04fa78b
Place the L3 coil turns explicitly instead of dividing the polyhedra
This fixes a problem in navigation with multithreaded native Geant4 and leaves
the material unchanged.
- The 168 coil turns were made with TGeoPgon::Divide. Geant4's
G4ParameterisationPolyhedraZ rebuilds the shared master solid while navigating
and allocates the new sides' thread-split data on worker threads, so a
multithreaded run segfaults in the G4PolyhedraSide constructor.
- L3CM is the only divided polyhedra in ALICE. The other 24 divisions are box
divisions in HMPID, ZDC and FIT and are not affected.
https://its.cern.ch/jira/browse/O2-7153
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent ad892fe commit 04fa78b
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
230 | 241 | | |
231 | 242 | | |
232 | 243 | | |
| |||
0 commit comments