CMS 3D CMS Logo

RPCDigiMonitoring_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rpcdigidqm = cms.EDFilter("RPCMonitorDigi",
00004     moduleLogName = cms.untracked.string('DigiModule'),
00005     dqmexpert = cms.untracked.bool(False),
00006     DigiEventsInterval = cms.untracked.int32(500),
00007     MergeDifferentRuns = cms.untracked.bool(False),
00008     dqmsuperexpert = cms.untracked.bool(False),
00009     DigiDQMSaveRootFile = cms.untracked.bool(False),
00010     dqmshifter = cms.untracked.bool(False),
00011     RootFileNameDigi = cms.untracked.string('RPCMonitorDigi.root')
00012 )
00013 
00014 

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