CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
testGeometry_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('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/CMSCommonData/data/rotations.xml',
6  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
7  'Geometry/CMSCommonData/data/cms.xml',
8  'Geometry/CMSCommonData/data/cmsMother.xml',
9  'Geometry/CMSCommonData/data/cmsTracker.xml',
10  'Geometry/CMSCommonData/data/caloBase.xml',
11  'Geometry/CMSCommonData/data/cmsCalo.xml',
12  'Geometry/CMSCommonData/data/muonBase.xml',
13  'Geometry/CMSCommonData/data/cmsMuon.xml',
14  'Geometry/CMSCommonData/data/mgnt.xml',
15  'Geometry/CMSCommonData/data/beampipe.xml',
16  'Geometry/CMSCommonData/data/cmsBeam.xml',
17  'Geometry/CMSCommonData/data/muonMB.xml',
18  'Geometry/CMSCommonData/data/muonMagnet.xml',
19  'Geometry/CMSCommonData/data/cavern.xml',
20  'Geometry/TrackerCommonData/data/tracker.xml',
21  'Geometry/ForwardCommonData/data/forward.xml',
22  'Geometry/ForwardCommonData/data/forwardshield.xml'),
23  rootNodeName = cms.string('cms:OCMS')
24 )
25 
26