|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |