CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
crackGeometryXML_cfi.py
Go to the documentation of this file.
2 
3 # CRack geometry
4 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
5  geomXMLFiles = cms.vstring(
6  'Geometry/CMSCommonData/data/materials.xml',
7  'Geometry/CMSCommonData/data/rotations.xml',
8  'Geometry/TrackerCommonData/data/CRack/cms.xml',
9  'Geometry/TrackerCommonData/data/CRack/tobmaterial.xml',
10  'Geometry/TrackerCommonData/data/tobmodpar.xml',
11  'Geometry/TrackerCommonData/data/tobmodule0.xml',
12  'Geometry/TrackerCommonData/data/tobmodule2.xml',
13  'Geometry/TrackerCommonData/data/tobmodule4.xml',
14  'Geometry/TrackerCommonData/data/tobrodpar.xml',
15  'Geometry/TrackerCommonData/data/tobrod0c.xml',
16  'Geometry/TrackerCommonData/data/tobrod0l.xml',
17  'Geometry/TrackerCommonData/data/tobrod0h.xml',
18  'Geometry/TrackerCommonData/data/tobrod1l.xml',
19  'Geometry/TrackerCommonData/data/tobrod1h.xml',
20  'Geometry/TrackerCommonData/data/tobrod2c.xml',
21  'Geometry/TrackerCommonData/data/tobrod2l.xml',
22  'Geometry/TrackerCommonData/data/tobrod2h.xml',
23  'Geometry/TrackerCommonData/data/tobrod4c.xml',
24  'Geometry/TrackerCommonData/data/tobrod4l.xml',
25  'Geometry/TrackerCommonData/data/tobrod4h.xml',
26  'Geometry/TrackerCommonData/data/CRack/tobrod_DSH_L1.xml',
27  'Geometry/TrackerCommonData/data/CRack/tobrod_DSH_L2.xml',
28  'Geometry/TrackerCommonData/data/CRack/tobrod_DSL_L1.xml',
29  'Geometry/TrackerCommonData/data/CRack/tobrod_DSL_L2.xml',
30  'Geometry/TrackerCommonData/data/CRack/tobrod_SS4H.xml',
31  'Geometry/TrackerCommonData/data/CRack/tobrod_SS4L.xml',
32  'Geometry/TrackerCommonData/data/CRack/tobrod_SS6H.xml',
33  'Geometry/TrackerCommonData/data/CRack/tobrod_SS6L.xml',
34  'Geometry/TrackerCommonData/data/CRack/tob.xml',
35  'Geometry/TrackerCommonData/data/CRack/tracker.xml',
36  'Geometry/TrackerCommonData/data/CRack/trackerStructureTopology.xml',
37  'Geometry/TrackerCommonData/data/CRack/trackersens_2DS_5SS6_5SS4.xml',
38  'Geometry/TrackerCommonData/data/CRack/trackerRecoMaterial_2DS_5SS6_5SS4.xml',
39  'Geometry/TrackerCommonData/data/CRack/trackerProdCuts_2DS_5SS6_5SS4.xml'
40  ),
41  rootNodeName = cms.string('cms:OCMS')
42 )
43