Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004     geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
0005                                'Geometry/CMSCommonData/data/rotations.xml',
0006                                'Geometry/HGCalCommonData/data/hgcalMaterial/v1/hgcalMaterial.xml',
0007                                'Geometry/HGCalCommonData/data/TB181/cms.xml',
0008                                'Geometry/HGCalCommonData/data/TB181/Oct181/hgcal.xml',
0009                                'Geometry/HGCalCommonData/data/hgcalwafer/v7/hgcalwafer.xml',
0010                                'Geometry/HGCalCommonData/data/TB181/Oct181/hgcalEE.xml',
0011                                ),
0012     rootNodeName = cms.string('cms:OCMS')
0013 )