CMS 3D CMS Logo

EcalBarrelGeometryDBWriter_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  appendToDataLabel = cms.string("_master")
6  )
7 
8 EcalBarrelGeometryToDBEP = cms.ESProducer( "EcalBarrelGeometryToDBEP",
9  applyAlignment = cms.bool(False),
10  appendToDataLabel = cms.string("_toDB")
11  )
12