CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelQualityESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 siPixelQualityESProducer = cms.ESProducer("SiPixelQualityESProducer",
4  ListOfRecordToMerge = cms.VPSet(
5  cms.PSet( record = cms.string( "SiPixelQualityFromDbRcd" ),
6  tag = cms.string( "" )
7  ),
8  cms.PSet( record = cms.string( "SiPixelDetVOffRcd" ),
9  tag = cms.string( "" )
10  )
11  )
12  )