CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimG4CMS/Forward/python/castorGeometryXML_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
00004     geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', 
00005         'Geometry/CMSCommonData/data/rotations.xml', 
00006         'Geometry/CMSCommonData/data/normal/cmsextent.xml', 
00007         'Geometry/CMSCommonData/data/cms.xml', 
00008         'Geometry/CMSCommonData/data/cmsMother.xml', 
00009         'Geometry/CMSCommonData/data/beampipe.xml', 
00010        'Geometry/CMSCommonData/data/cmsBeam.xml', 
00011         'Geometry/CMSCommonData/data/caloBase.xml', 
00012         'Geometry/CMSCommonData/data/cmsCalo.xml', 
00013         'Geometry/ForwardCommonData/data/forward.xml', 
00014         'Geometry/ForwardCommonData/data/forwardshield.xml', 
00015         'Geometry/ForwardCommonData/data/castor.xml', 
00016         'Geometry/ForwardSimData/data/castorsens.xml', 
00017         'SimG4CMS/Forward/test/data/CaloUtil.xml', 
00018         'Geometry/ForwardSimData/data/CastorProdCuts.xml', 
00019         'Geometry/CMSCommonData/data/FieldParameters.xml'),
00020     rootNodeName = cms.string('cms:OCMS')
00021 )
00022 
00023