src
Geometry
CaloEventSetup
python
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
'EcalBarrel'
,
7
'TOWER'
,
8
'HGCalEESensitive'
,
9
'HGCalHESiliconSensitive'
,
10
'HGCalHEScintillatorSensitive'
)
11
)
12
13
Generated for CMSSW Reference Manual by
1.8.14