CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZdcGeometryDBWriter_cfi.py
Go to the documentation of this file.
2 
3 ZdcHardcodeGeometryEP = cms.ESProducer( "ZdcHardcodeGeometryEP",
4  appendToDataLabel = cms.string("_master")
5  )
6 
7 ZdcGeometryToDBEP = cms.ESProducer( "ZdcGeometryToDBEP" ,
8  applyAlignment = cms.bool(False) ,
9  appendToDataLabel = cms.string("_toDB")
10  )