CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalHardcodeGeometry_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HcalHardcodeGeometryEP = cms.ESProducer("HcalHardcodeGeometryEP" ,
4  appendToDataLabel = cms.string("_master"),
5  UseOldLoader = cms.bool(False)
6  )
7 
8 HcalGeometryFromDBEP = cms.ESProducer("HcalGeometryFromDBEP",
9  applyAlignment = cms.bool(False)
10  )
11 
12 HcalGeometryToDBEP = cms.ESProducer("HcalGeometryToDBEP" ,
13  applyAlignment = cms.bool(False) ,
14  appendToDataLabel = cms.string("_toDB")
15  )
16