CMS 3D CMS Logo

testConfiguration_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/TrackerCommonData/data/tibmaterial.xml',
6  'Geometry/TrackerCommonData/data/tibmodpar.xml',
7  'Geometry/TrackerCommonData/data/tibmodule0.xml',
8  'Geometry/TrackerCommonData/data/tibmodule0a.xml',
9  'Geometry/TrackerCommonData/data/tibmodule0b.xml',
10  'Geometry/TrackerCommonData/data/tibmodule2.xml',
11  'Geometry/MTCCTrackerCommonData/data/tibemptymodule2_mtcc.xml',
12  'Geometry/TrackerCommonData/data/tibstringpar.xml',
13  'Geometry/TrackerCommonData/data/tibstringds.xml',
14  'Geometry/TrackerCommonData/data/tibstring1c.xml',
15  'Geometry/TrackerCommonData/data/tibstring1lr.xml',
16  'Geometry/TrackerCommonData/data/tibstring1ur.xml',
17  'Geometry/MTCCTrackerCommonData/data/tibstring1_mtcc.xml',
18  'Geometry/TrackerCommonData/data/tibstringss.xml',
19  'Geometry/TrackerCommonData/data/tibstring2c.xml',
20  'Geometry/TrackerCommonData/data/tibstring2lr.xml',
21  'Geometry/TrackerCommonData/data/tibstring2ur.xml',
22  'Geometry/MTCCTrackerCommonData/data/tibstring2_mtcc.xml',
23  'Geometry/MTCCTrackerCommonData/data/tibemptystringss_mtcc.xml',
24  'Geometry/MTCCTrackerCommonData/data/tibemptystring2lr_mtcc.xml',
25  'Geometry/MTCCTrackerCommonData/data/tibemptystring2ur_mtcc.xml',
26  'Geometry/MTCCTrackerCommonData/data/tibemptystring2_mtcc.xml',
27  'Geometry/TrackerCommonData/data/tiblayerpar.xml',
28  'Geometry/MTCCTrackerCommonData/data/tiblayer1_mtcc.xml',
29  'Geometry/MTCCTrackerCommonData/data/tiblayer2_mtcc.xml',
30  'Geometry/MTCCTrackerCommonData/data/tib_mtcc.xml'),
31  rootNodeName = cms.string('tib_mtcc:TIB')
32 )
33 
34