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
|
<?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">
<SolidSection label="esalgo.xml">
<Polycone name="SF" startPhi="0" deltaPhi="360*deg">
<ZSection z="[escon:ESFrontZ]" rMin="[escon:R_MIN]" rMax="[escon:Front_window_Al]"/>
<ZSection z="[escon:ESMidZ]" rMin="[escon:R_MIN]" rMax="[escon:Front_window_Al]"/>
<ZSection z="[escon:ESMidZ]" rMin="[escon:R_MIN]" rMax="[escon:R_MAX]"/>
<ZSection z="[escon:ESRearZ]" rMin="[escon:R_MIN]" rMax="[escon:R_MAX]"/>
</Polycone>
</SolidSection>
<LogicalPartSection label="esalgo.xml">
<LogicalPart name="SF" category="unspecified">
<rSolid name="SF"/>
<rMaterial name="materials:E_Polythene"/>
</LogicalPart>
</LogicalPartSection>
<PosPartSection label="esalgo.xml">
<PosPart copyNumber="1">
<rParent name="caloBase:Calo"/>
<rChild name="esalgo:SF"/>
</PosPart>
</PosPartSection>
</DDDefinition>
|