/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DetectorDescription/Parser/test/rotations.xml
61 строка
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
<?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 ../../Schema/DDLSchema.xsd"> <RotationSection label="rotations.xml"> <Rotation name="IDENT" phiX="0" thetaX="90*deg" phiY="90*deg" thetaY="90*deg" phiZ="0" thetaZ="0"/> <Rotation name="R2618" phiX="3.50824e-15*deg" thetaX="90*deg" phiY="90*deg" thetaY="90*deg" phiZ="45*deg" thetaZ="0"/> <Rotation name="R2682" phiX="3.50824e-15*deg" thetaX="90*deg" phiY="90*deg" thetaY="90*deg" phiZ="45*deg" thetaZ="0"/> <Rotation name="R2767" phiX="3.50824e-15*deg" thetaX="90*deg" phiY="90*deg" thetaY="90*deg" phiZ="45*deg" thetaZ="0"/> <Rotation name="000D" thetaX="90*deg" phiX="0*deg" thetaY="90*deg" phiY="90*deg" thetaZ="0*deg" phiZ="0*deg"/> <ReflectionRotation name="180R" thetaX="90*deg" phiX="0*deg" thetaY="90*deg" phiY="90*deg" thetaZ="180*deg" phiZ="0*deg" /> <RotationByAxis name="fred1" axis="y" angle="20*deg"/> <RotationSequence name="fred2"> <RotationByAxis axis="y" angle="90*deg"/> <RotationByAxis axis="z" angle="20*deg"/> </RotationSequence> <!-- This demonstrates catching the rotation which should be a reflection rotation <Rotation name="180Rv2" thetaX="90*deg" phiX="0.0" thetaY="90*deg" phiY="90*deg" thetaZ="180*deg" phiZ="0.0"/> --> <!-- This demonstrates the reflection rotation --> <ReflectionRotation name="180R" thetaX="90*deg" phiX="0.0" thetaY="90*deg" phiY="90*deg" thetaZ="180*deg" phiZ="0.0"/> </RotationSection> </DDDefinition>