Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 MuonNumberingInitialization = cms.ESProducer("MuonNumberingInitialization")
00004
00005 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
00006 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
00007 'Geometry/CMSCommonData/data/rotations.xml',
00008 'Geometry/EcalTestBeam/data/ebcon.xml',
00009 'Geometry/EcalCommonData/data/ebrot.xml',
00010 'Geometry/EcalTestBeam/data/eregalgo.xml',
00011 'Geometry/EcalCommonData/data/ebalgo.xml',
00012 'Geometry/EcalTestBeam/data/tbrot.xml',
00013 'Geometry/EcalTestBeam/data/TBH4.xml',
00014 'Geometry/EcalTestBeam/data/TBH4ecalsens.xml',
00015 'Geometry/HcalSimData/data/CaloUtil.xml',
00016 'Geometry/EcalSimData/data/EcalProdCuts.xml',
00017 'Geometry/EcalTestBeam/data/TBH4ProdCuts.xml',
00018 'Geometry/CMSCommonData/data/FieldParameters.xml'),
00019 rootNodeName = cms.string('TBH4:OCMS')
00020 )
00021
00022