/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/VeryForwardData/data/RP_Stations_Assembly.xml
38 строк
2 KB
Luiz Mundim
Adding eval=true in ConstantsSection in all PPS xml files
18 июн 2020, 17:49
18 июн 2020, 17:49
bb06069
Код
Авторство
О чём код?
<?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 ../../DDLSchema/DDLSchema.xsd"> <ConstantsSection label="RP_Stations_Assembly.xml" eval="true"> <!--positions of the stations from the IP5 to the first element of the station--> <Constant name="RP_147_Left_Station_Position_z" value="-202769*mm"/> <Constant name="RP_147_Right_Station_Position_z" value="202769*mm"/> <Constant name="RP_220_Left_Station_Position_z" value="-214020*mm"/> <Constant name="RP_220_Right_Station_Position_z" value="214020*mm"/> <!-- +-1500 mm for the two 220 m stations outside the IP--> </ConstantsSection> <PosPartSection label="RP_Stations_Assembly.xml"> <!--todo if we remove this the alignment module hangs forever--> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="RP_220_Right_Station:RP_220_Right_Station"/> <Translation x="0*mm" y="0*mm" z="[RP_220_Right_Station_Position_z]+[RP_220_Right_Station:RP_220_Right_Station_Length]/2"/> </PosPart> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="RP_220_Left_Station:RP_220_Left_Station"/> <Translation x="0*mm" y="0*mm" z="[RP_220_Left_Station_Position_z]-[RP_220_Left_Station:RP_220_Left_Station_Length]/2"/> </PosPart> <!----> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="RP_147_Right_Station:RP_147_Right_Station"/> <Translation x="0*mm" y="0*mm" z="[RP_147_Right_Station_Position_z]+[RP_147_Right_Station:RP_147_Right_Station_Length]/2"/> </PosPart> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="RP_147_Left_Station:RP_147_Left_Station"/> <Translation x="0*mm" y="0*mm" z="[RP_147_Left_Station_Position_z]-[RP_147_Left_Station:RP_147_Left_Station_Length]/2"/> </PosPart> </PosPartSection> </DDDefinition>