CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EcalPreshowerGeometryDBWriter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EcalPreshowerGeometryEP = cms.ESProducer("EcalPreshowerGeometryEP",
4  applyAlignment = cms.bool(False),
5  appendToDataLabel = cms.string("_master")
6 )
7 
8 _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer("EcalPreshowerGeometryEPdd4hep",
9  applyAlignment = cms.bool(False),
10  appendToDataLabel = cms.string("_master")
11 )
12 
13 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
14 dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)
15 
16 EcalPreshowerGeometryToDBEP = cms.ESProducer("EcalPreshowerGeometryToDBEP",
17  applyAlignment = cms.bool(False),
18  appendToDataLabel = cms.string("_toDB")
19 )