File indexing completed on 2024-04-06 12:14:45
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
0005 'Geometry/CMSCommonData/data/rotations.xml',
0006 'Geometry/HcalCommonData/data/hcalrotations.xml',
0007 'Geometry/HcalTestBeamData/data/TBHcal.xml',
0008 'Geometry/HcalTestBeamData/data/TBHcal06HcalOuter.xml'),
0009 rootNodeName = cms.string('TBHcal:TBHCal')
0010 )
0011
0012