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 27 28 29 30 31 32 33 34 35
<?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="hgcalwafer.xml">
  <Tubs name="OCMS" rMin="0.0*fm" rMax="2.0*m" dz="15.0*m" startPhi="0*deg" deltaPhi="360*deg"/>
  <Tubs name="CMSE" rMin="0.0*fm" rMax="2.0*m" dz="15.0*m" startPhi="0*deg" deltaPhi="360*deg"/>
</SolidSection>

<LogicalPartSection label="cms.xml">
  <LogicalPart name="World" category="unspecified">
    <rSolid name="OCMS"/>
    <rMaterial name="materials:Air"/>
  </LogicalPart>
  <LogicalPart name="OCMS" category="unspecified">
    <rSolid name="OCMS"/>
    <rMaterial name="materials:Air"/>
  </LogicalPart>
  <LogicalPart name="CMSE" category="unspecified">
    <rSolid name="CMSE"/>
    <rMaterial name="materials:Air"/>
  </LogicalPart>
</LogicalPartSection>

<PosPartSection label="cmsMother.xml">
  <PosPart copyNumber="1">
    <rParent name="cms:World"/>
    <rChild name="cms:OCMS"/>
  </PosPart>
  <PosPart copyNumber="1">
    <rParent name="cms:OCMS"/>
    <rChild name="cms:CMSE"/>
  </PosPart>
</PosPartSection>

</DDDefinition>