Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:46

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004     geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', 
0005         'Geometry/HcalCommonData/data/hcalforwardmaterial.xml', 
0006         'Geometry/HcalCommonData/data/hcalforwardshower/v1/hcalforwardshower.xml'),
0007     rootNodeName = cms.string('hcalforwardshower:HFWorld')
0008 )
0009 
0010