CMS 3D CMS Logo

TB2004HFGeometryXML_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/HcalCommonData/data/hcalforwardmaterial.xml',
6  'Geometry/HcalTestBeamData/data/TBHcal04HF.xml',
7  'Geometry/HcalTestBeamData/data/TBHcal04HFBeamLine.xml',
8  'Geometry/HcalTestBeamData/data/TBHcal04HFWedge.xml',
9  'Geometry/HcalTestBeamData/data/TBHcal04HFSens.xml'),
10  rootNodeName = cms.string('TBHcal04HF:TBHCal')
11 )
12 
13