CMS 3D CMS Logo

testGeomHcalXtal_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/hcalrotations.xml',
6  'Geometry/HcalTestBeamData/data/TBHcal.xml',
7  'Geometry/HcalTestBeamData/data/TBHcalXtal.xml'),
8  rootNodeName = cms.string('TBHcal:TBHCal')
9 )
10 
11