CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Geometry/MTCCTrackerCommonData/python/testConfiguration_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
00004     geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', 
00005       'Geometry/TrackerCommonData/data/tibmaterial.xml',
00006       'Geometry/TrackerCommonData/data/tibmodpar.xml',
00007       'Geometry/TrackerCommonData/data/tibmodule0.xml',
00008       'Geometry/TrackerCommonData/data/tibmodule0a.xml',
00009       'Geometry/TrackerCommonData/data/tibmodule0b.xml',
00010       'Geometry/TrackerCommonData/data/tibmodule2.xml',
00011       'Geometry/MTCCTrackerCommonData/data/tibemptymodule2_mtcc.xml',
00012       'Geometry/TrackerCommonData/data/tibstringpar.xml',
00013       'Geometry/TrackerCommonData/data/tibstringds.xml',
00014       'Geometry/TrackerCommonData/data/tibstring1c.xml',
00015       'Geometry/TrackerCommonData/data/tibstring1lr.xml',
00016       'Geometry/TrackerCommonData/data/tibstring1ur.xml',
00017       'Geometry/MTCCTrackerCommonData/data/tibstring1_mtcc.xml',
00018       'Geometry/TrackerCommonData/data/tibstringss.xml',
00019       'Geometry/TrackerCommonData/data/tibstring2c.xml',
00020       'Geometry/TrackerCommonData/data/tibstring2lr.xml',
00021       'Geometry/TrackerCommonData/data/tibstring2ur.xml',
00022       'Geometry/MTCCTrackerCommonData/data/tibstring2_mtcc.xml',
00023       'Geometry/MTCCTrackerCommonData/data/tibemptystringss_mtcc.xml',
00024       'Geometry/MTCCTrackerCommonData/data/tibemptystring2lr_mtcc.xml',
00025       'Geometry/MTCCTrackerCommonData/data/tibemptystring2ur_mtcc.xml',
00026       'Geometry/MTCCTrackerCommonData/data/tibemptystring2_mtcc.xml',
00027       'Geometry/TrackerCommonData/data/tiblayerpar.xml',
00028       'Geometry/MTCCTrackerCommonData/data/tiblayer1_mtcc.xml',
00029       'Geometry/MTCCTrackerCommonData/data/tiblayer2_mtcc.xml',
00030       'Geometry/MTCCTrackerCommonData/data/tib_mtcc.xml'),
00031     rootNodeName = cms.string('tib_mtcc:TIB')
00032 )
00033 
00034