CMS 3D CMS Logo

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