1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?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="tecring6b.xml" eval="true">
<Constant name="Modules" value="5"/>
<Constant name="DPhi" value="360*deg/[tecring6:NPhi]"/>
<Constant name="Phi" value="([Modules]-1)*[DPhi]"/>
<Constant name="Phi0" value="-[Phi]/2"/>
<Constant name="AngleHyb0" value="-10.00*deg"/>
<Constant name="AngleHyb1" value="0.000*deg"/>
<Constant name="AngleHyb2" value="10.00*deg"/>
<Constant name="Bridges" value="3"/>
<Constant name="PhiBridge" value="[Phi0]"/>
<Constant name="CoolIns0" value="1111"/>
<Constant name="CoolIns1" value="0000"/>
<Constant name="CoolIns2" value="1111"/>
<Constant name="CoolIns3" value="0000"/>
<Constant name="CoolIns4" value="1111"/>
</ConstantsSection>
<LogicalPartSection label="tecring6b.xml">
<LogicalPart name="TECRing6B" category="unspecified">
<rSolid name="tecring6:TECRing6"/>
<rMaterial name="materials:Air"/>
</LogicalPart>
</LogicalPartSection>
<Algorithm name="track:DDTECPhiAlgo">
<rParent name="tecring6b:TECRing6B"/>
<String name="ParentName" value="tecring6b:TECRing6B"/>
<String name="ChildName" value="tecmodule6:TECModule6"/>
<Numeric name="StartAngle" value="[Phi0]"/>
<Numeric name="IncrAngle" value="[DPhi]"/>
<Numeric name="Radius" value="[tecring6:RPos]"/>
<Numeric name="ZIn" value="-[tecring6:ModuleZ]-[tecmodpar:SideFrameThick]"/>
<Numeric name="ZOut" value="[tecring6:ModuleZ]"/>
<Numeric name="Number" value="[Modules]"/>
<Numeric name="StartCopyNo" value="6"/>
<Numeric name="IncrCopyNo" value="1"/>
</Algorithm>
<Algorithm name="track:DDTECPhiAltAlgo">
<rParent name="tecring6b:TECRing6B"/>
<String name="ChildName" value="tecmodule6:TECModule6Bridge"/>
<Numeric name="StartAngle" value="[PhiBridge]"/>
<Numeric name="IncrAngle" value="2*[DPhi]"/>
<Numeric name="Radius" value="[tecring6:BridgeR]"/>
<Numeric name="ZIn" value="[tecring6:BridgeZ]"/>
<Numeric name="ZOut" value="[tecring6:BridgeZ]"/>
<Numeric name="Number" value="[Bridges]"/>
<Numeric name="StartCopyNo" value="1"/>
<Numeric name="IncrCopyNo" value="1"/>
</Algorithm>
</DDDefinition>
|