1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
5 'SimG4Core/PrintGeomInfo/data/dddDBBigFile.xml',
6 'SimG4Core/PrintGeomInfo/data/hcalSimNumbering.xml',
7 'SimG4Core/PrintGeomInfo/data/hcalRecNumbering.xml'),
8 rootNodeName = cms.string(
'cms:OCMS')