CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/RCTMonitor/python/rctMonitor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RCTMonitor = cms.EDAnalyzer("RCTMonitor",
00004     OutputFileName = cms.untracked.string('RCTMonitor.root'), ## Name of root file for histograms
00005 
00006     #untracked InputTag rctSource  = l1RctEmulDigis // for MC file
00007     WriteOutputFile = cms.untracked.bool(True),
00008     EnableRctHistos = cms.untracked.bool(True), ## Enable RCT histograms
00009 
00010     EnableMonitorDaemon = cms.untracked.bool(False), ## Enable the monitor daemon   
00011 
00012     # Labels for RCT digis
00013     rctSource = cms.untracked.InputTag("l1GctHwDigis")
00014 )
00015 
00016