1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
'Geometry/CMSCommonData/data/materials.xml',
5 'Geometry/EcalTestBeam/data/ebapd.xml',
6 'Geometry/EcalTestBeam/data/ebapdsens.xml'),
7 rootNodeName = cms.string(
'ebapd:ECAL')