Commit f951649
Give the two HMPID absorber plates distinct names
This gives each HMPID absorber plate its own volume name and copy number.
- createAbsorber was called twice, so both plates became a volume named Habs
placed with copy number 0.
- GetVolume("Habs") returned only the 40 mm plate, and both node paths were
/cave_1/barrel_1/Habs_0, so the 80 mm plate could not be addressed at all.
- The GDML export had to invent Habs0x2, Habs0x3 and Habs_00x1 for it.
- The plates are now Habs2 and Habs4, with copy numbers 2 and 4.
- The geometry is unchanged: same shapes, same media, same placements.
https://its.cern.ch/jira/browse/O2-4136
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent fd9939a commit f951649
2 files changed
Lines changed: 10 additions & 7 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
547 | 550 | | |
548 | 551 | | |
549 | 552 | | |
| |||
1260 | 1263 | | |
1261 | 1264 | | |
1262 | 1265 | | |
1263 | | - | |
1264 | | - | |
| 1266 | + | |
| 1267 | + | |
1265 | 1268 | | |
1266 | 1269 | | |
1267 | 1270 | | |
| |||
1270 | 1273 | | |
1271 | 1274 | | |
1272 | 1275 | | |
1273 | | - | |
| 1276 | + | |
1274 | 1277 | | |
1275 | 1278 | | |
1276 | 1279 | | |
1277 | 1280 | | |
1278 | 1281 | | |
1279 | 1282 | | |
1280 | | - | |
| 1283 | + | |
1281 | 1284 | | |
1282 | 1285 | | |
1283 | 1286 | | |
| |||
0 commit comments