Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:49:14

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 EcalEndcapGeometryEP = cms.ESProducer( "EcalEndcapGeometryEP",
0004                                        applyAlignment = cms.bool(False)
0005                                        )
0006 
0007 _EcalEndcapGeometryEP_dd4hep = cms.ESProducer("EcalEndcapGeometryEPdd4hep",
0008     applyAlignment = cms.bool(False)
0009 )
0010 
0011 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
0012 dd4hep.toReplaceWith(EcalEndcapGeometryEP, _EcalEndcapGeometryEP_dd4hep)