CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
testTotemGeometryXML_cfi.py
Go to the documentation of this file.
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/extend/cmsextent.xml',
7  'Geometry/CMSCommonData/data/cms.xml',
8  'Geometry/CMSCommonData/data/cmsMother.xml',
9  'Geometry/ForwardCommonData/data/forward.xml',
10  'Geometry/ForwardCommonData/data/totemMaterials.xml',
11  'Geometry/ForwardCommonData/data/totemRotations.xml',
12  'Geometry/ForwardCommonData/data/totemt1.xml',
13  'Geometry/ForwardCommonData/data/totemt2.xml',
14  'Geometry/ForwardCommonData/data/ionpump.xml',
15  'Geometry/ForwardSimData/data/totemsensT1.xml',
16  'Geometry/ForwardSimData/data/totemsensT2.xml',
17  'Geometry/CMSCommonData/data/FieldParameters.xml'),
18  rootNodeName = cms.string('cms:OCMS')
19 )