CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Geometry/EcalTestBeam/python/cmsEcalIdealTBGeometryXML_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/CMSCommonData/data/rotations.xml', 
00006         'Geometry/EcalTestBeam/data/ecal_TB.xml', 
00007         'Geometry/CMSCommonData/data/normal/cmsextent.xml', 
00008         'Geometry/CMSCommonData/data/cms.xml', 
00009         'Geometry/EcalSimData/data/ecalsens_MTCC.xml', 
00010         'Geometry/HcalSimData/data/CaloUtil.xml', 
00011         'Geometry/EcalSimData/data/EcalProdCuts.xml'),
00012     rootNodeName = cms.string('cms:OCMS')
00013 )
00014 
00015