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"?>
<!-- 2006-09-19 Michael Case: This file is a common need by Ecal and Hcal.
In order to allow other sub-detectors to be isolated from the over-all
CMS Ideal Geometry this was taken out of cms.xml.
-->
<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="caloBase.xml">
<Polycone name="CALO" startPhi="0*deg" deltaPhi="360*deg">
<ZSection z="-[cms:CalorBeamZ2]" rMin="[cms:CalorBeamR2]" rMax="[cms:CalorMuonR]"/>
<ZSection z="-[cms:TrackBeamZ2]-[cms:PIXNoseLength]" rMin="[cms:TrackBeamR3]" rMax="[cms:CalorMuonR]"/>
<ZSection z="-[cms:TrackBeamZ2]-[cms:PIXNoseLength]" rMin="[cms:PIXNoseRout]" rMax="[cms:CalorMuonR]"/>
<ZSection z="-[cms:TrackBeamZ2]" rMin="[cms:PIXNoseRout]" rMax="[cms:CalorMuonR]"/>
<ZSection z="-[cms:TrackBeamZ2]" rMin="[cms:TrackCalorR]" rMax="[cms:CalorMuonR]"/>
<ZSection z="[cms:TrackBeamZ2]" rMin="[cms:TrackCalorR]" rMax="[cms:CalorMuonR]"/>
<ZSection z="[cms:TrackBeamZ2]" rMin="[cms:PIXNoseRout]" rMax="[cms:CalorMuonR]"/>
<ZSection z="[cms:TrackBeamZ2]+[cms:PIXNoseLength]" rMin="[cms:PIXNoseRout]" rMax="[cms:CalorMuonR]"/>
<ZSection z="[cms:TrackBeamZ2]+[cms:PIXNoseLength]" rMin="[cms:TrackBeamR3]" rMax="[cms:CalorMuonR]"/>
<ZSection z="[cms:CalorBeamZ2]" rMin="[cms:CalorBeamR2]" rMax="[cms:CalorMuonR]"/>
</Polycone>
</SolidSection>
<LogicalPartSection label="caloBase.xml">
<LogicalPart name="CALO" category="unspecified">
<rSolid name="CALO"/>
<rMaterial name="materials:Air"/>
</LogicalPart>
</LogicalPartSection>
</DDDefinition>
|