CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDDDGeometry_cfi.py
Go to the documentation of this file.
2 
3 #
4 # This cfi should be included to build the HCAL geometry model using DDD
5 #
6 HcalDDDGeometryEP = cms.ESProducer("HcalDDDGeometryEP")
7 
8 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
9  SelectedCalos = cms.vstring('HCAL')
10 )
11 
12