CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/HcalMonitorTasks/python/HcalRawDataMonitor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HcalRawDataMonitor=cms.EDAnalyzer("HcalRawDataMonitor",
00004                                  # base class stuff
00005                                  debug                  = cms.untracked.int32(0),
00006                                  online                 = cms.bool(False),
00007                                  AllowedCalibTypes      = cms.untracked.vint32(0), # by default, don't include calibration events
00008                                  mergeRuns              = cms.bool(False),
00009                                  enableCleanup          = cms.untracked.bool(False),
00010                                  subSystemFolder        = cms.untracked.string("Hcal/"),
00011                                  TaskFolder             = cms.untracked.string("RawDataMonitor_Hcal/"),
00012                                  skipOutOfOrderLS       = cms.untracked.bool(False),
00013                                  NLumiBlocks            = cms.untracked.int32(4000),
00014 
00015                                  # Collection to get
00016                                  FEDRawDataCollection = cms.untracked.InputTag("rawDataCollector"),
00017                                  digiLabel            = cms.untracked.InputTag("hcalDigis"),
00018                                   
00019                                  excludeHORing2         = cms.untracked.bool(False),                                  
00020                                  )