CMS 3D CMS Logo

cmsShapesXML_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring("DetectorDescription/DDCMS/data/cmsWorld.xml",
5  "DetectorDescription/DDCMS/data/testMaterials.xml",
6  "DetectorDescription/DDCMS/data/testLogicalParts.xml",
7  "DetectorDescription/DDCMS/data/testRotations.xml",
8  "DetectorDescription/DDCMS/data/testSolids.xml",
9  "DetectorDescription/DDCMS/data/testPosParts.xml",
10  "DetectorDescription/DDCMS/data/testAlgorithm.xml",
11  "DetectorDescription/DDCMS/data/materials.xml"),
12  rootNodeName = cms.string('cmsWorld:OCMS')
13 )