CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EcalPreshowerGeometry_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  )
6 
7 _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer("EcalPreshowerGeometryEPdd4hep",
8  applyAlignment = cms.bool(False)
9 )
10 
11 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
12 dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)