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/HcalCommonData/data/hcalforwardmaterial.xml',
00006 'Geometry/HcalTestBeamData/data/TBHcal04HF.xml',
00007 'Geometry/HcalTestBeamData/data/TBHcal04HFBeamLine.xml',
00008 'Geometry/HcalTestBeamData/data/TBHcal04HFWedge.xml',
00009 'Geometry/HcalTestBeamData/data/TBHcal04HFSens.xml'),
00010 rootNodeName = cms.string('TBHcal04HF:TBHCal')
00011 )
00012
00013