Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/DDCMS/data/testRotations.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 ../../Schema/DDLSchema.xsd">
0003 
0004   <RotationSection label="testRotations.xml">
0005     <RotationByAxis name="z30" axis="z" angle="30*deg"/>
0006     <RotationSequence name="z30x20">
0007       <RotationByAxis axis="z" angle="30*deg"/>
0008       <RotationByAxis axis="x" angle="20*deg"/>
0009     </RotationSequence>
0010     <RotationSequence name="x90y45">
0011       <RotationByAxis axis="x" angle="90*deg"/>
0012       <RotationByAxis axis="y" angle="45*deg"/>
0013     </RotationSequence>
0014     <RotationSequence name="x90y90">
0015       <RotationByAxis axis="x" angle="90*deg"/>
0016       <RotationByAxis axis="y" angle="90*deg"/>
0017     </RotationSequence>
0018     <RotationSequence name="x90y135">
0019       <RotationByAxis axis="x" angle="90*deg"/>
0020       <RotationByAxis axis="y" angle="135*deg"/>
0021     </RotationSequence>
0022     <RotationSequence name="x90y180">
0023       <RotationByAxis axis="x" angle="90*deg"/>
0024       <RotationByAxis axis="y" angle="180*deg"/>
0025     </RotationSequence>
0026     <RotationByAxis name="x90" axis="x" angle="90*deg"/>
0027     <Rotation name="x90y45" phiX="0" thetaX="90*deg" phiY="90*deg" thetaY="90*deg" phiZ="0" thetaZ="0"/>
0028     <Rotation name="cmsimIdentity" phiX="0" thetaX="90*deg" phiY="90*deg" thetaY="90*deg" phiZ="0" thetaZ="0"/>
0029     <RotationByAxis name="newrotIdentity" axis="z" angle="0*deg"/> <!-- This seems silly -->
0030     <ReflectionRotation name="180R" thetaX="90*deg" phiX="0*deg" thetaY="90*deg" phiY="90*deg" thetaZ="180*deg" phiZ="0*deg" />
0031   </RotationSection>
0032 
0033 </DDDefinition>