Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Geometry/TrackerCommonData/data/pixfwdTest.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     <!-- 
0004          
0005          == CMS Forward Pixels Geometry ==
0006          
0007          @version 3.02.01 May 30, 2006
0008          @created Dmitry Onoprienko
0009          
0010          == COMPONENT DEFINED BY THIS FILE: ==
0011          
0012          Root volume for testing forward pixels geometry.
0013          
0014          -->
0015     <ConstantsSection label="Root" eval="true">
0016         <Constant name="RootRadius" value="[pixfwd:RootRadius] + 5.*mm"/>
0017         <Constant name="RootHalfLength" value="[pixfwd:ZPixelForward] + [pixfwd:RootHalfLength]*2. + 5.*mm"/>
0018     </ConstantsSection>
0019     <!-- Test root volume -->
0020     <SolidSection label="Root">
0021         <Tubs name="TestRoot" rMin="0." rMax="[RootRadius]" dz="[RootHalfLength]" startPhi="0." deltaPhi="360*deg"/>
0022     </SolidSection>
0023     <LogicalPartSection label="Root">
0024         <LogicalPart name="TestRoot" category="envelope">
0025             <rSolid name="TestRoot"/>
0026             <rMaterial name="materials:Air"/>
0027         </LogicalPart>
0028     </LogicalPartSection>
0029     <!-- Position forward pixels endcaps inside Test root volume -->
0030     <PosPartSection label="PixelForwardRootPlacement">
0031         <PosPart copyNumber="1">
0032             <rParent name="TestRoot"/>
0033             <rChild name="pixfwd:PixelForwardZPlus"/>
0034             <Translation x="0." y="0." z="[pixfwd:ZPixelForward]-[pixfwd:AnchorZ]"/>
0035         </PosPart>
0036         <PosPart copyNumber="1">
0037             <rParent name="TestRoot"/>
0038             <rChild name="pixfwd:PixelForwardZMinus"/>
0039             <Translation x="0." y="0." z="-[pixfwd:ZPixelForward]+[pixfwd:AnchorZ]"/>
0040             <rRotation name="pixfwdCommon:Y180"/>
0041         </PosPart>
0042     </PosPartSection>
0043 </DDDefinition>