CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EcalBarrelGeometry_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EcalBarrelGeometryEP = cms.ESProducer( "EcalBarrelGeometryEP",
4  applyAlignment = cms.bool(False)
5  )
6 
7 _EcalBarrelGeometryEP_dd4hep = cms.ESProducer("EcalBarrelGeometryEPdd4hep",
8  applyAlignment = cms.bool(False)
9 )
10 
11 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
12 dd4hep.toReplaceWith(EcalBarrelGeometryEP, _EcalBarrelGeometryEP_dd4hep)