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
|
<?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="tib.xml" eval="true">
<Constant name="zero" value="0.0*fm"/>
<Constant name="Rin" value="22.20*cm"/>
<Constant name="Rout" value="54.00*cm"/>
<Constant name="TIBDz" value="716.00*mm"/>
<Constant name="SupportT" value="1.50*cm"/>
<Constant name="SupportRin" value="[tiblayer3:MFRingOutR]"/>
<Constant name="SupportRout" value="[SupportRin]+1.*mm"/>
</ConstantsSection>
<SolidSection label="tib.xml">
<Tubs name="TIB" rMin="[Rin]" rMax="[Rout]" dz="[tib:TIBDz]" startPhi="0*deg" deltaPhi="360*deg"/>
<Tubs name="TIBOutSupport" rMin="[SupportRin]" rMax="[SupportRout]" dz="[tib:TIBDz]" startPhi="0*deg" deltaPhi="360*deg"/>
</SolidSection>
<LogicalPartSection label="tib.xml">
<LogicalPart name="TIB" category="unspecified">
<rSolid name="TIB"/>
<rMaterial name="materials:Air"/>
</LogicalPart>
<LogicalPart name="TIBOutSupport" category="unspecified">
<rSolid name="TIBOutSupport"/>
<rMaterial name="trackermaterial:T_CarbonFibreStr"/>
</LogicalPart>
</LogicalPartSection>
<PosPartSection label="tib.xml">
<PosPart copyNumber="1">
<rParent name="tib:TIB"/>
<rChild name="tib:TIBOutSupport"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tib:TIB"/>
<rChild name="tiblayer0:TIBLayer0"/>
</PosPart>
<PosPart copyNumber="2">
<rParent name="tib:TIB"/>
<rChild name="tiblayer1:TIBLayer1"/>
</PosPart>
<PosPart copyNumber="3">
<rParent name="tib:TIB"/>
<rChild name="tiblayer2:TIBLayer2"/>
</PosPart>
<PosPart copyNumber="4">
<rParent name="tib:TIB"/>
<rChild name="tiblayer3:TIBLayer3"/>
</PosPart>
</PosPartSection>
</DDDefinition>
|