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
66
67
68
69
70
71
|
<?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="tobrod2c.xml" eval="true">
<Constant name="zero" value="0.0*fm"/>
</ConstantsSection>
<SolidSection label="tobrod2c.xml">
<Tubs name="TOBSideCoolTube2" rMin="[zero]" rMax="[tobrodpar:CoolTubeLightR]" dz="[tobrodpar:SideCoolL]" startPhi="0*deg" deltaPhi="360*deg"/>
<Tubs name="TOBSideCoolFluid2" rMin="[zero]" rMax="[tobrodpar:CoolFluidLightR]" dz="[tobrodpar:SideCoolL]" startPhi="0*deg" deltaPhi="360*deg"/>
<Tubs name="TOBEndCoolTube2" rMin="[zero]" rMax="[tobrodpar:CoolTubeLightR]" dz="[tobrodpar:EndCoolL]" startPhi="0*deg" deltaPhi="360*deg"/>
<Tubs name="TOBEndCoolFluid2" rMin="[zero]" rMax="[tobrodpar:CoolFluidLightR]" dz="[tobrodpar:EndCoolL]" startPhi="0*deg" deltaPhi="360*deg"/>
<Box name="TOBOptFibre2" dx="[tobrodpar:OptFibreW]" dy="[tobrodpar:OptFibreH]" dz="[tobrodpar:OptFibreL]"/>
<Box name="TOBPlate21" dx="[tobrodpar:SideClampDx]" dy="[tobrodpar:SideClampDy]" dz="[tobrodpar:SideClampLDz]"/>
<Box name="TOBPlate22" dx="[tobrodpar:SideClampDx]" dy="[tobrodpar:SideClampDy]" dz="[tobrodpar:SideClampLDz]"/>
</SolidSection>
<LogicalPartSection label="tobrod2c.xml">
<LogicalPart name="TOBSideCoolTube2" category="unspecified">
<rSolid name="TOBSideCoolTube2"/>
<rMaterial name="trackermaterial:T_CuNi"/>
</LogicalPart>
<LogicalPart name="TOBSideCoolFluid2" category="unspecified">
<rSolid name="TOBSideCoolFluid2"/>
<rMaterial name="trackermaterial:T_C6F14_F2_-30C"/>
</LogicalPart>
<LogicalPart name="TOBEndCoolTube2" category="unspecified">
<rSolid name="TOBEndCoolTube2"/>
<rMaterial name="trackermaterial:T_CuNi"/>
</LogicalPart>
<LogicalPart name="TOBEndCoolFluid2" category="unspecified">
<rSolid name="TOBEndCoolFluid2"/>
<rMaterial name="trackermaterial:T_C6F14_F2_-30C"/>
</LogicalPart>
<LogicalPart name="TOBOptFibre2" category="unspecified">
<rSolid name="TOBOptFibre2"/>
<rMaterial name="tobmaterial:TOB_optfib_L34"/>
</LogicalPart>
<LogicalPart name="TOBPlate21" category="unspecified">
<rSolid name="TOBPlate21"/>
<rMaterial name="tobmaterial:TOB_plate_B"/>
</LogicalPart>
<LogicalPart name="TOBPlate22" category="unspecified">
<rSolid name="TOBPlate22"/>
<rMaterial name="tobmaterial:TOB_plate_C"/>
</LogicalPart>
<LogicalPart name="TOBICC21" category="unspecified">
<rSolid name="tobrodpar:TOBICC1"/>
<rMaterial name="tobmaterial:TOB_L34_ICC1"/>
</LogicalPart>
<LogicalPart name="TOBICC22" category="unspecified">
<rSolid name="tobrodpar:TOBICC2"/>
<rMaterial name="tobmaterial:TOB_L34_ICC2"/>
</LogicalPart>
<LogicalPart name="TOBRodConn2" category="unspecified">
<rSolid name="tobrodpar:TOBRodConn"/>
<rMaterial name="tobmaterial:TOB_CONN34"/>
</LogicalPart>
<LogicalPart name="TOBCCUM2" category="unspecified">
<rSolid name="tobrodpar:TOBCCUM"/>
<rMaterial name="tobmaterial:TOB_CCUM"/>
</LogicalPart>
</LogicalPartSection>
<PosPartSection label="tobrod2c.xml">
<PosPart copyNumber="1">
<rParent name="tobrod2c:TOBSideCoolTube2"/>
<rChild name="tobrod2c:TOBSideCoolFluid2"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tobrod2c:TOBEndCoolTube2"/>
<rChild name="tobrod2c:TOBEndCoolFluid2"/>
</PosPart>
</PosPartSection>
</DDDefinition>
|