File indexing completed on 2023-10-25 09:49:14
0001 import FWCore.ParameterSet.Config as cms
0002
0003 EcalPreshowerGeometryEP = cms.ESProducer( "EcalPreshowerGeometryEP",
0004 applyAlignment = cms.bool(False)
0005 )
0006
0007 _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer("EcalPreshowerGeometryEPdd4hep",
0008 applyAlignment = cms.bool(False)
0009 )
0010
0011 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
0012 dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)