CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/CalibTracker/SiPixelESProducers/python/SiPixelQualityESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiPixelQualityESProducer = cms.ESProducer("SiPixelQualityESProducer",
00004                 ListOfRecordToMerge = cms.VPSet(
00005                 cms.PSet(  record = cms.string( "SiPixelQualityFromDbRcd" ),
00006                                           tag = cms.string( "" )
00007                                        ),
00008                     cms.PSet(  record = cms.string( "SiPixelDetVOffRcd" ),
00009                                               tag = cms.string( "" )
00010                                            )
00011                 )
00012         )