CMS 3D CMS Logo

testGeomTBHO_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/CMSCommonData/data/rotations.xml',
6  'Geometry/HcalCommonData/data/hcalrotations.xml',
7  'Geometry/HcalTestBeamData/data/TBHcal.xml',
8  'Geometry/HcalTestBeamData/data/TBHcal06HcalOuter.xml'),
9  rootNodeName = cms.string('TBHcal:TBHCal')
10 )
11 
12