CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Geometry/CaloEventSetup/python/CaloGeometryBuilder_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
00004     SelectedCalos = cms.vstring('HCAL'          , 
00005                                 'ZDC'           ,
00006                                 'CASTOR'        ,
00007                                 'EcalBarrel'    , 
00008                                 'EcalEndcap'    , 
00009                                 'EcalPreshower' , 
00010                                 'TOWER'           )
00011 )
00012 
00013