1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0"?>
<!--
The ecal-presh.xml was excluded, because of a current DDD-limitation AND a
G4 bug causing the program ddex.cpp to crash when executing the self-tests ....
-->
<Configuration xmlns="." xmlns:xsi="." xsi:schemaLocation= "." name="CMSConfiguration" version="0">
<Include>
<File name="Geometry/CMSCommonData/cms.xml" url="."/>
<File name="Geometry/CMSCommonData/quadrupole.xml" url="."/>
<File name="Geometry/CMSCommonData/beampipe.xml" url="."/>
<File name="Geometry/CMSCommonData/mgnt.xml" url="."/>
<File name="Geometry/CMSCommonData/cavern.xml" url="."/>
<File name="Geometry/MuonCommonData/mbCommon.xml" url="."/>
<File name="Geometry/MuonCommonData/mb1.xml" url="."/>
<File name="Geometry/MuonCommonData/mb2.xml" url="."/>
<File name="Geometry/MuonCommonData/mb3.xml" url="."/>
<File name="Geometry/MuonCommonData/mb4.xml" url="."/>
<File name="Geometry/MuonCommonData/mf.xml" url="."/>
<File name="Geometry/MuonCommonData/muonYoke.xml" url="."/>
<File name="Geometry/CMSCommonData/materials.xml" url="."/>
<File name="Geometry/CMSCommonData/rotations.xml" url="."/>
<File name="Geometry/MuonCommonData/muonNumbering.xml" url="."/>
<File name="Geometry/MuonSimData/muonSens.xml" url="."/>
<File name="Geometry/MuonSimData/muonProdCuts.xml" url="."/>
<File name="Geometry/CMSCommonData/MagneticFieldVolumes.xml" url="."/>
</Include>
<Root fileName="cms.xml" logicalPartName="OCMS"/>
</Configuration>
|