CMS 3D CMS Logo

castorGeometryXML_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/beampipe.xml',
10  'Geometry/CMSCommonData/data/cmsBeam.xml',
11  'Geometry/CMSCommonData/data/caloBase.xml',
12  'Geometry/CMSCommonData/data/cmsCalo.xml',
13  'Geometry/ForwardCommonData/data/forward.xml',
14  'Geometry/ForwardCommonData/data/forwardshield.xml',
15  'Geometry/ForwardCommonData/data/castor.xml',
16  'Geometry/ForwardSimData/data/castorsens.xml',
17  'SimG4CMS/Forward/test/data/CaloUtil.xml',
18  'Geometry/ForwardSimData/data/CastorProdCuts.xml',
19  'Geometry/CMSCommonData/data/FieldParameters.xml'),
20  rootNodeName = cms.string('cms:OCMS')
21 )
22 
23