CMS 3D CMS Logo

CaloGeometryBuilder_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  'EcalEndcap' ,
9  'EcalPreshower' ,
10  'TOWER' )
11 )
12 
13