1 import FWCore.ParameterSet.Config
as cms
3 EcalPreshowerGeometryEP = cms.ESProducer(
"EcalPreshowerGeometryEP",
4 applyAlignment = cms.bool(
False)
7 _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer(
"EcalPreshowerGeometryEPdd4hep",
8 applyAlignment = cms.bool(
False)
11 from Configuration.ProcessModifiers.dd4hep_cff
import dd4hep
12 dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)