File indexing completed on 2024-04-06 12:14:28
0001 import FWCore.ParameterSet.Config as cms
0002
0003 EcalPreshowerGeometryEP = cms.ESProducer("EcalPreshowerGeometryEP",
0004 applyAlignment = cms.bool(False),
0005 appendToDataLabel = cms.string("_master")
0006 )
0007
0008 _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer("EcalPreshowerGeometryEPdd4hep",
0009 applyAlignment = cms.bool(False),
0010 appendToDataLabel = cms.string("_master")
0011 )
0012
0013 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
0014 dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)
0015
0016 EcalPreshowerGeometryToDBEP = cms.ESProducer("EcalPreshowerGeometryToDBEP",
0017 applyAlignment = cms.bool(False),
0018 appendToDataLabel = cms.string("_toDB")
0019 )