CMS 3D CMS Logo

SiPixelOfflineDQM_client_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 sipixelEDAClient = cms.EDFilter("SiPixelEDAClient",
00004     EventOffsetForInit = cms.untracked.int32(10),
00005     ActionOnLumiSection = cms.untracked.bool(False),
00006     ActionOnRunEnd = cms.untracked.bool(True),
00007     HighResolutionOccupancy = cms.untracked.bool(False),
00008     NoiseRateCutValue = cms.untracked.double(-1.),
00009     UseOfflineXMLFile = cms.untracked.bool(True),
00010     Tier0Flag = cms.untracked.bool(True)
00011 )
00012 
00013 PixelOfflineDQMClient = cms.Sequence(sipixelEDAClient)

Generated on Tue Jun 9 17:33:19 2009 for CMSSW by  doxygen 1.5.4