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 'SimG4Core/GFlash/TB/tbrot.xml',
00013 'Geometry/EcalTestBeam/data/TBH4.xml',
00014 'Geometry/EcalTestBeam/data/TBH4ecalsens.xml',
00015 'Geometry/HcalSimData/data/CaloUtil.xml',
00016 'SimG4Core/GFlash/TB/gflashTBH4ProdCuts.xml',
00017 'Geometry/CMSCommonData/data/FieldParameters.xml'),
00018 rootNodeName = cms.string('TBH4:OCMS')
00019 )
00020
00021
00022