File indexing completed on 2024-04-06 12:14:39
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring('Geometry/FP420CommonData/data/fp420world.xml',
0005 'Geometry/FP420CommonData/data/fp420.xml',
0006 'Geometry/FP420CommonData/data/zzzrectangle.xml',
0007 'Geometry/FP420CommonData/data/materialsfp420.xml',
0008 'Geometry/FP420CommonData/data/FP420Rot.xml',
0009 'Geometry/FP420SimData/data/fp420sens.xml',
0010 'Geometry/FP420SimData/data/FP420ProdCuts.xml'),
0011 rootNodeName = cms.string('fp420world:OCMS')
0012 )
0013
0014