CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Geometry/HcalEventSetup/python/HcalDDDGeometry_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # This cfi should be included to build the HCAL geometry model using DDD
00005 #
00006 HcalDDDGeometryEP = cms.ESProducer("HcalDDDGeometryEP")
00007 
00008 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
00009     SelectedCalos = cms.vstring('HCAL')
00010 )
00011 
00012