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 'SimG4CMS/HcalTestBeam/test/33/TBHcal.xml',
00008 'Geometry/HcalTestBeamData/data/TBHcal06BeamLine.xml',
00009 'Geometry/HcalTestBeamData/data/TBHcalCable.xml',
00010 'Geometry/HcalTestBeamData/data/2006/TBHcalBarrel.xml',
00011 'Geometry/HcalTestBeamData/data/TBHcalEndcap.xml',
00012 'Geometry/HcalTestBeamData/data/TBHcal06HcalOuter.xml',
00013 'Geometry/HcalTestBeamData/data/ebcon.xml',
00014 'Geometry/HcalTestBeamData/data/eregalgo.xml',
00015 'Geometry/EcalCommonData/data/ebrot.xml',
00016 'Geometry/EcalCommonData/data/ebNoAPD/ebalgo.xml',
00017 'Geometry/HcalTestBeamData/data/TBHcal06Sens.xml',
00018 'Geometry/HcalTestBeamData/data/TBHcal06ebsens.xml',
00019 'Geometry/HcalTestBeamData/data/TBHcal06ProdCuts.xml',
00020 'Geometry/EcalSimData/data/EBProdCuts.xml',
00021 'Geometry/HcalTestBeamData/data/TBHcal06Util.xml'),
00022 rootNodeName = cms.string('TBHcal:OTBHCal')
00023 )
00024
00025