Skip to content

Commit c4e98e9

Browse files
authored
Merge pull request cms-sw#43361 from bsunanda/Run3-hcx358
Run3-hcx358 First version of the ZDC simulation geometry which can work for the Run3 geometry
2 parents 2a52154 + 4e754c5 commit c4e98e9

File tree

12 files changed

+1711
-126
lines changed

12 files changed

+1711
-126
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0"?>
2+
<DDDefinition>
3+
4+
<SolidSection label="cms.xml">
5+
<Polycone name="CMSE" startPhi="0*deg" deltaPhi="360*deg">
6+
<ZSection z="-100.0*cm" rMin="0.0*mm" rMax="100.0*cm"/>
7+
<ZSection z="100.0*cm" rMin="0.0*mm" rMax="100.0*cm"/>
8+
</Polycone>
9+
</SolidSection>
10+
11+
<LogicalPartSection label="cms.xml">
12+
<LogicalPart name="World" category="unspecified">
13+
<rSolid name="CMSE"/>
14+
<rMaterial name="materials:Air"/>
15+
</LogicalPart>
16+
<LogicalPart name="OCMS" category="unspecified">
17+
<rSolid name="CMSE"/>
18+
<rMaterial name="materials:Air"/>
19+
</LogicalPart>
20+
<LogicalPart name="CMSE" category="unspecified">
21+
<rSolid name="CMSE"/>
22+
<rMaterial name="materials:Air"/>
23+
</LogicalPart>
24+
</LogicalPartSection>
25+
26+
<PosPartSection label="cmsr.xml">
27+
<PosPart copyNumber="1">
28+
<rParent name="cms:World"/>
29+
<rChild name="cms:OCMS"/>
30+
</PosPart>
31+
<PosPart copyNumber="1">
32+
<rParent name="cms:OCMS"/>
33+
<rChild name="cms:CMSE"/>
34+
<rRotation name="rotations:000D"/>
35+
</PosPart>
36+
</PosPartSection>
37+
</DDDefinition>
38+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0"?>
2+
<DDDefinition>
3+
<ConstantsSection label="cmszdcConstant" eval="true">
4+
<Constant name="zposition" value="0.0*m"/>
5+
</ConstantsSection>
6+
<PosPartSection label="cmszdcPosPart">
7+
<PosPart copyNumber="1">
8+
<rParent name="cms:CMSE"/>
9+
<rChild name="zdc:ZDC"/>
10+
<Translation x="0*fm" y="0*fm" z="[zposition]"/>
11+
</PosPart>
12+
</PosPartSection>
13+
</DDDefinition>

0 commit comments

Comments
 (0)