/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/CMSCommonData/data/cmsBeam.xml
50 строк
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
<?xml version="1.0"?> <!-- 2006-09-19 Michael Case: This file is necessary because for Tracker to work right in simulation it needs the magnet and the beampipe. MUON contains the beampipe and magnet it needs to be positioned as well. --> <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"> <PosPartSection label="cmsBeam.xml"> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM"/> <rRotation name="rotations:000D"/> </PosPart> <PosPart copyNumber="2"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM"/> <rRotation name="rotations:180D"/> </PosPart> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM1"/> <rRotation name="rotations:000D"/> </PosPart> <PosPart copyNumber="2"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM1"/> <rRotation name="rotations:180D"/> </PosPart> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM2"/> <rRotation name="rotations:000D"/> </PosPart> <PosPart copyNumber="2"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM2"/> <rRotation name="rotations:180D"/> </PosPart> <PosPart copyNumber="1"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM3"/> <rRotation name="rotations:000D"/> </PosPart> <PosPart copyNumber="2"> <rParent name="cms:CMSE"/> <rChild name="beampipe:BEAM3"/> <rRotation name="rotations:180D"/> </PosPart> </PosPartSection> </DDDefinition>