CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/Geometry/HcalTestBeamData/python/TB2004HFGeometryXML_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/HcalCommonData/data/hcalforwardmaterial.xml',
00006         'Geometry/HcalTestBeamData/data/TBHcal04HF.xml',
00007         'Geometry/HcalTestBeamData/data/TBHcal04HFBeamLine.xml',
00008         'Geometry/HcalTestBeamData/data/TBHcal04HFWedge.xml',
00009         'Geometry/HcalTestBeamData/data/TBHcal04HFSens.xml'),
00010     rootNodeName = cms.string('TBHcal04HF:TBHCal')
00011 )
00012 
00013