Line Code
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
<?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="tobrod5.xml" eval="true">
		<Constant name="zero" value="0.0*fm"/>
	</ConstantsSection>
	<LogicalPartSection label="tobrod5.xml">
		<LogicalPart name="TOBRod5" category="unspecified">
			<rSolid name="tobrodpar:TOBRod"/>
			<rMaterial name="materials:Air"/>
		</LogicalPart>
	</LogicalPartSection>
	<PosPartSection label="tobrod5.xml">
		<PosPart copyNumber="1">
			<rParent name="tobrod5:TOBRod5"/>
			<rChild name="tobrod5l:TOBRod5L"/>
			<rRotation name="tobrodpar:180X"/>
			<Translation x="[zero]" y="[zero]" z="([tobrodpar:RodL]-[tobrodpar:RodDL])/2"/>
		</PosPart>
		<PosPart copyNumber="1">
			<rParent name="tobrod5:TOBRod5"/>
			<rChild name="tobrod5h:TOBRod5H"/>
			<rRotation name="tobrodpar:180X"/>
			<Translation x="[zero]" y="[zero]" z="-([tobrodpar:RodL]-[tobrodpar:RodDL])/2"/>
		</PosPart>
	</PosPartSection>
</DDDefinition>