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/CMSCommonData/data/rotations.xml',
00006 'Geometry/HcalCommonData/data/hcalrotations.xml',
00007 'Geometry/HcalTestBeamData/test/2007/TBHcal.xml',
00008 'Geometry/HcalTestBeamData/data/TBHcal07BeamLine.xml',
00009 'Geometry/HcalTestBeamData/data/TBHcalBarrel.xml',
00010 'Geometry/HcalTestBeamData/test/2007/TBHcalEndcap.xml',
00011 'Geometry/HcalTestBeamData/data/TBHcal07HcalOuter.xml',
00012 'Geometry/HcalTestBeamData/data/TBHcal07Sens.xml',
00013 'Geometry/HcalTestBeamData/data/TBHcal06ProdCuts.xml',
00014 'Geometry/HcalTestBeamData/data/TBHcal06Util.xml'),
00015 rootNodeName = cms.string('TBHcal:TBHCal')
00016 )
00017
00018