1 import FWCore.ParameterSet.Config
as cms
3 EcalPreshowerGeometryEP = cms.ESProducer(
"EcalPreshowerGeometryEP",
4 applyAlignment = cms.bool(
False),
5 appendToDataLabel = cms.string(
"_master")
8 _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer(
"EcalPreshowerGeometryEPdd4hep",
9 applyAlignment = cms.bool(
False),
10 appendToDataLabel = cms.string(
"_master")
13 from Configuration.ProcessModifiers.dd4hep_cff
import dd4hep
14 dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)
16 EcalPreshowerGeometryToDBEP = cms.ESProducer(
"EcalPreshowerGeometryToDBEP",
17 applyAlignment = cms.bool(
False),
18 appendToDataLabel = cms.string(
"_toDB")