CMS 3D CMS Logo

CaloGeometryBuilderPhaseII_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
4  SelectedCalos = cms.vstring('HCAL' ,
5  'ZDC' ,
6  'CASTOR' ,
7  'EcalBarrel' ,
8  'TOWER' )
9 )
10 
11