CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimG4CMS/HcalTestBeam/python/TB2006Geometry37NoEcalXML_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/CMSCommonData/data/rotations.xml', 
00006         'Geometry/HcalCommonData/data/hcalrotations.xml', 
00007         'SimG4CMS/HcalTestBeam/test/37/TBHcal.xml', 
00008         'Geometry/HcalTestBeamData/data/TBHcal06BeamLine.xml', 
00009         'Geometry/HcalTestBeamData/data/TBHcalCable.xml', 
00010         'Geometry/HcalTestBeamData/data/TBHcalBarrel.xml', 
00011         'Geometry/HcalTestBeamData/data/TBHcalEndcap.xml', 
00012         'Geometry/HcalTestBeamData/data/TBHcal06HcalOuter.xml', 
00013         'Geometry/HcalTestBeamData/data/TBHcal06Sens.xml', 
00014         'Geometry/HcalTestBeamData/data/TBHcal06ProdCuts.xml', 
00015         'Geometry/HcalTestBeamData/data/TBHcal06Util.xml'),
00016     rootNodeName = cms.string('TBHcal:OTBHCal')
00017 )
00018 
00019