CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/DTMonitorModule/python/dtDataIntegrityTask_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DTDataIntegrityTask = cms.Service("DTDataIntegrityTask",
00004                                   getSCInfo = cms.untracked.bool(True),
00005                                   fedIntegrityFolder = cms.untracked.string("DT/FEDIntegrity"),
00006                                   processingMode     = cms.untracked.string("Online")
00007 )
00008 
00009