Warning, /Geometry/ForwardCommonData/data/pltbcm.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0"?>
0002 <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">
0003 <ConstantsSection label="pltbcm">
0004 <!-- PLT-BCM volume constants -->
0005 <Constant name="PltBcmZ1" value="1.700*m"/>
0006 <Constant name="PltBcmZ2" value="1.900*m"/>
0007 <Constant name="PltBcmZ" value="([PltBcmZ2]+[PltBcmZ1])/2"/>
0008 <Constant name="PltBcmDZ" value="([PltBcmZ2]-[PltBcmZ1])/2"/>
0009 <Constant name="PltBcmInnerRadius" value="[cms:TrackBeamR1]"/>
0010 <Constant name="PltBcmOuterRadius" value="[cms:TrackLumiR1]"/>
0011 </ConstantsSection>
0012
0013 <!-- Create geometrical shapes of volumes-->
0014 <SolidSection label="pltbcm">
0015 <Tubs name="PLTBCM" rMin="[PltBcmInnerRadius]" rMax="[PltBcmOuterRadius]" dz="[PltBcmDZ]" startPhi="0*deg" deltaPhi="360*deg"/>
0016 </SolidSection>
0017
0018 <!-- Define the materials of the geometrical shapes -->
0019 <LogicalPartSection label="pltbcm">
0020 <LogicalPart name="PLTBCM" category="unspecified">
0021 <rSolid name="PLTBCM"/>
0022 <rMaterial name="materials:Air"/>
0023 </LogicalPart>
0024 </LogicalPartSection>
0025
0026 <!-- Position -->
0027 <PosPartSection label="pltbcm">
0028 <!-- Volumes in -Z and +Z -->
0029 <PosPart copyNumber="1">
0030 <rParent name="pixfwd:PixelForwardZPlus"/>
0031 <rChild name="PLTBCM"/>
0032 <rRotation name="rotations:000D"/>
0033 <Translation x="0*fm" y="0*fm" z="[PltBcmZ]-([pixfwd:ZPixelForward]+[pixfwd:RootStartZ])"/>
0034 </PosPart>
0035 <PosPart copyNumber="2">
0036 <rParent name="pixfwd:PixelForwardZMinus"/>
0037 <rChild name="PLTBCM"/>
0038 <rRotation name="rotations:000D"/>
0039 <Translation x="0*fm" y="0*fm" z="[PltBcmZ]-([pixfwd:ZPixelForward]+[pixfwd:RootStartZ])"/>
0040 </PosPart>
0041 </PosPartSection>
0042 </DDDefinition>