CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Geometry/FP420CommonData/python/FP420GeometryXML_cfi.py

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/FP420CommonData/data/fp420world.xml', 
00005         'Geometry/FP420CommonData/data/fp420.xml', 
00006         'Geometry/FP420CommonData/data/zzzrectangle.xml', 
00007         'Geometry/FP420CommonData/data/materialsfp420.xml', 
00008         'Geometry/FP420CommonData/data/FP420Rot.xml', 
00009         'Geometry/FP420SimData/data/fp420sens.xml', 
00010         'Geometry/FP420SimData/data/FP420ProdCuts.xml'),
00011     rootNodeName = cms.string('fp420world:OCMS')
00012 )
00013 
00014