CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FP420GeometryXML_cfi.py
Go to the documentation of this file.
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring('Geometry/FP420CommonData/data/fp420world.xml',
5  'Geometry/FP420CommonData/data/fp420.xml',
6  'Geometry/FP420CommonData/data/zzzrectangle.xml',
7  'Geometry/FP420CommonData/data/materialsfp420.xml',
8  'Geometry/FP420CommonData/data/FP420Rot.xml',
9  'Geometry/FP420SimData/data/fp420sens.xml',
10  'Geometry/FP420SimData/data/FP420ProdCuts.xml'),
11  rootNodeName = cms.string('fp420world:OCMS')
12 )
13 
14