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
51
52
53
54
|
<?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="tecring5f.xml" eval="true">
<Constant name="Modules" value="4"/>
<Constant name="DPhi" value="360*deg/[tecring5:NPhi]"/>
<Constant name="Phi" value="([Modules]-1)*[DPhi]"/>
<Constant name="Phi0" value="-[Phi]/2"/>
<Constant name="AngleHyb0" value="-11.00*deg"/>
<Constant name="AngleHyb1" value="-8.25*deg"/>
<Constant name="AngleHyb2" value="-5.50*deg"/>
<Constant name="AngleHyb3" value="-2.75*deg"/>
<Constant name="AngleHyb4" value="0.00*deg"/>
<Constant name="AngleHyb5" value="2.75*deg"/>
<Constant name="AngleHyb6" value="5.50*deg"/>
<Constant name="AngleHyb7" value="8.25*deg"/>
<Constant name="AngleHyb8" value="11.00*deg"/>
<Constant name="Bridges" value="2"/>
<Constant name="PhiBridge" value="[Phi0]"/>
<Constant name="CoolIns0" value="2202"/>
<Constant name="CoolIns1" value="1111"/>
<Constant name="CoolIns2" value="2200"/>
<Constant name="CoolIns3" value="1111"/>
</ConstantsSection>
<LogicalPartSection label="tecring5f.xml">
<LogicalPart name="TECRing5F" category="unspecified">
<rSolid name="tecring5:TECRing5"/>
<rMaterial name="materials:Air"/>
</LogicalPart>
</LogicalPartSection>
<Algorithm name="track:DDTECPhiAlgo">
<rParent name="tecring5f:TECRing5F"/>
<String name="ChildName" value="tecmodule5:TECModule5"/>
<Numeric name="StartAngle" value="[Phi0]"/>
<Numeric name="IncrAngle" value="[DPhi]"/>
<Numeric name="Radius" value="[tecring5:RPos]"/>
<Numeric name="ZIn" value="-[tecring5:ModuleZ]-[tecmodpar:SideFrameThick]"/>
<Numeric name="ZOut" value="[tecring5:ModuleZ]"/>
<Numeric name="Number" value="[Modules]"/>
<Numeric name="StartCopyNo" value="1"/>
<Numeric name="IncrCopyNo" value="1"/>
</Algorithm>
<Algorithm name="track:DDTECPhiAltAlgo">
<rParent name="tecring5f:TECRing5F"/>
<String name="ChildName" value="tecmodule5:TECModule5Bridge"/>
<Numeric name="StartAngle" value="[PhiBridge]"/>
<Numeric name="IncrAngle" value="2*[DPhi]"/>
<Numeric name="Radius" value="[tecring5:BridgeR]"/>
<Numeric name="ZIn" value="[tecring5:BridgeZ]"/>
<Numeric name="ZOut" value="[tecring5:BridgeZ]"/>
<Numeric name="Number" value="[Bridges]"/>
<Numeric name="StartCopyNo" value="1"/>
<Numeric name="IncrCopyNo" value="1"/>
</Algorithm>
</DDDefinition>
|