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
55
56
57
58
59
60
61
62
63
64
65
|
<?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="tibtidservicesb.xml" eval="true">
<Constant name="zero" value="0.0*fm"/>
</ConstantsSection>
<LogicalPartSection label="tibtidservicesb.xml">
<LogicalPart name="TIBTIDServicesB" category="unspecified">
<rSolid name="tibtidservices:TIBTIDServices"/>
<rMaterial name="materials:Air"/>
</LogicalPart>
</LogicalPartSection>
<PosPartSection label="servicescylinderb.xml">
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIDSupport"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:TIDSupportZ]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBFlange"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:TIBFlangeZ]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDServiceCylinder"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:ServiceCylinderZ]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDPxlFlange"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:PixelSupportFlangeZ]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDPxlFlange2"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:PixelSupportFlange2Z]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDOpticalPanel"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDMargherita"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDServiceDisk1"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDServiceDisk2"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:ServiceDisk2Z]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDPowerConnectors"/>
<Translation x="[zero]" y="[zero]" z="[tibtidservices:PowerConnectorsZ]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tibtidservicesb:TIBTIDServicesB"/>
<rChild name="tibtidservices:TIBTIDTSTCabCont"/>
</PosPart>
</PosPartSection>
</DDDefinition>
|