CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Geometry/TrackerCommonData/python/pixfwdGeometryXML_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/pixfwdMaterials.xml', 
00006         'Geometry/TrackerCommonData/data/pixfwdCommon.xml', 
00007         'Geometry/TrackerCommonData/data/pixfwdPlaq.xml', 
00008         'Geometry/TrackerCommonData/data/pixfwdPlaq1x2.xml', 
00009         'Geometry/TrackerCommonData/data/pixfwdPlaq1x5.xml', 
00010         'Geometry/TrackerCommonData/data/pixfwdPlaq2x3.xml', 
00011         'Geometry/TrackerCommonData/data/pixfwdPlaq2x4.xml', 
00012         'Geometry/TrackerCommonData/data/pixfwdPlaq2x5.xml', 
00013         'Geometry/TrackerCommonData/data/pixfwdPanelBase.xml', 
00014         'Geometry/TrackerCommonData/data/pixfwdPanel.xml', 
00015         'Geometry/TrackerCommonData/data/pixfwdBlade.xml', 
00016         'Geometry/TrackerCommonData/data/pixfwdNipple.xml', 
00017         'Geometry/TrackerCommonData/data/pixfwdDisk.xml', 
00018         'Geometry/TrackerCommonData/data/pixfwdCylinder.xml', 
00019         'Geometry/TrackerCommonData/data/pixfwd.xml', 
00020         'Geometry/TrackerCommonData/data/trackerpixfwd.xml', 
00021         'Geometry/TrackerCommonData/data/tracker.xml', 
00022         'Geometry/CMSCommonData/data/normal/cmsextent.xml', 
00023         'Geometry/TrackerCommonData/data/cms.xml'),
00024     rootNodeName = cms.string('cms:CMSE')
00025 )
00026 
00027