Main Page
Namespaces
Classes
Package Documentation
Geometry
CaloEventSetup
python
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
Generated for CMSSW Reference Manual by
1.8.11