File indexing completed on 2023-03-17 13:02:56
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
0007 'Geometry/EcalTestBeam/data/ebcon.xml',
0008
0009 'Geometry/EcalTestBeam/data/2007/eehier.xml',
0010 'Geometry/EcalTestBeam/data/2007/eregalgo.xml',
0011 'Geometry/EcalTestBeam/data/2007/tbrot.xml',
0012 'Geometry/EcalTestBeam/data/2007/TBH4.xml',
0013
0014 'Geometry/EcalCommonData/data/eecon.xml',
0015 'Geometry/EcalCommonData/data/eealgo.xml',
0016 'Geometry/EcalTestBeam/data/2007/TBH4ecalsens.xml',
0017 'Geometry/EcalSimData/data/EcalProdCuts.xml',
0018 'Geometry/CMSCommonData/data/FieldParameters.xml'),
0019 rootNodeName = cms.string('TBH4:OCMS')
0020 )
0021