/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/VeryForwardData/data/CTPPS_Diamond_Transformations.xml
38 строк
2 KB
Laurent Forthomme
Removed the diamonds' local tracks and the local track fitter algorithm from this branch ; two downstream diamond planes are now facing the external side
27 янв 2017, 02:39
27 янв 2017, 02:39
00383d9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <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"> <RotationSection label="CTPPS_Diamond_Transformations.xml"> <Rotation name="90_z_270_y_rot" phiX="90*deg" thetaX="0*deg" phiY="180*deg" thetaY="90*deg" phiZ="90*deg" thetaZ="270*deg"/> <Rotation name="90_x_90_y_rot" phiX="270*deg" thetaX="90*deg" phiY="0*deg" thetaY="180*deg" phiZ="0*deg" thetaZ="90*deg"/> <Rotation name="90_z_90_y_rot" phiX="90*deg" thetaX="90*deg" phiY="0*deg" thetaY="0*deg" phiZ="0*deg" thetaZ="90*deg"/> <Rotation name="y_90_rot" phiX="0*deg" thetaX="(90+90)*deg" phiY="90*deg" thetaY="90*deg" phiZ="0*deg" thetaZ="90*deg"/> <Rotation name="x_180_rot" phiX="0*deg" thetaX="90*deg" phiY="270*deg" thetaY="90*deg" phiZ="0*deg" thetaZ="180*deg"/> <Rotation name="z_180_rot" phiX="180*deg" thetaX="90*deg" phiY="270*deg" thetaY="90*deg" phiZ="0*deg" thetaZ="0*deg"/> <RotationSequence name="planes_box_rotation"> <RotationByAxis axis="y" angle="270*deg"/> </RotationSequence> <RotationSequence name="planes_x_rotation"> <RotationByAxis axis="x" angle="180*deg"/> </RotationSequence> <!-- <RotationSequence name="y90D"> <RotationByAxis axis="y" angle="90*deg"/> </RotationSequence> <RotationSequence name="RP_rotation_positive"> <RotationByAxis axis="x" angle="90*deg"/> </RotationSequence> <RotationSequence name="RP_rotation_negative"> <RotationByAxis axis="x" angle="270*deg"/> </RotationSequence> <RotationSequence name="Invert_Planes"> <RotationByAxis axis="y" angle="180*deg"/> <RotationByAxis axis="z" angle="180*deg"/> </RotationSequence>--> <!--<RotationSequence name="Box_rotation"> <Rotation name="rotations:RM1902"/> <Rotation name="rotations:Z180"/> </RotationSequence>--> </RotationSection> </DDDefinition>