1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd">
<ConstantsSection label="tecring5.xml" eval="true">
<Constant name="Rin" value="[tecmodule5:Rin]"/>
<Constant name="Rout" value="[tecmodule5:Rout]"/>
<Constant name="Rmin" value="725.41*mm"/>
<Constant name="NPhi" value="56"/>
<Constant name="RPos" value="[Rmin]+([tecmodule5:FullHeight]+[tecmodpar:TopFrameHeight])/2"/>
<Constant name="ModuleGap" value="3.45*mm"/>
<Constant name="RingThick" value="(2*[tecmodpar:ModuleThickSS]+ [ModuleGap])"/>
<Constant name="ModuleZ" value="([tecmodpar:ModuleThickSS]+ [ModuleGap])/2-[tecmodpar:SideFrameThick]"/>
<Constant name="RingZ" value="12.431*mm"/>
<Constant name="BridgeR" value="824.6*mm"/>
<Constant name="BridgeZ" value="-0.5*[tecmodpar:SideFrameThick]"/>
<Constant name="BridgeFrameZ" value="[RingZ]+([tecpetpar:BridgeThick]+ [RingThick])/2"/>
</ConstantsSection>
<SolidSection label="tecring5.xml">
<Tubs name="TECRing5" rMin="[Rin]" rMax="[Rout]" dz="[RingThick]/2" startPhi="-[tecpetpar:PetalContWidth]/2" deltaPhi="[tecpetpar:PetalContWidth]"/>
</SolidSection>
</DDDefinition>
|