Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?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="tecring6.xml" eval="true">
		<Constant name="Rin" value="[tecmodule6:Rin]"/>
		<Constant name="Rout" value="[tecmodule6:Rout]"/>
		<Constant name="Rmin" value="850.967*mm"/>
		<Constant name="NPhi" value="80"/>
		<Constant name="RPos" value="[Rmin]+([tecmodule6:FullHeight]+[tecmodpar:TopFrameHeight])/2"/>
		<Constant name="ModuleGap" value="3.43*mm"/>
		<Constant name="RingThick" value="(2*[tecmodpar:ModuleThickSS]+                                            [ModuleGap])"/>
		<Constant name="ModuleZ" value="([tecmodpar:ModuleThickSS]+                                          [ModuleGap])/2-[tecmodpar:SideFrameThick]"/>
		<Constant name="RingZ" value="-12.421*mm"/>
		<Constant name="BridgeR" value="997.4*mm"/>
		<Constant name="BridgeZ" value="-0.5*[tecmodpar:SideFrameThick]"/>
		<Constant name="BridgeFrameZ" value="[RingZ]-([tecpetpar:BridgeThick]+            [RingThick])/2"/>
	</ConstantsSection>
	<SolidSection label="tecring6.xml">
		<Tubs name="TECRing6" rMin="[Rin]" rMax="[Rout]" dz="[RingThick]/2" startPhi="-[tecpetpar:PetalContWidth]/2" deltaPhi="[tecpetpar:PetalContWidth]"/>
	</SolidSection>
</DDDefinition>