CMS 3D CMS Logo

rctMonitor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rctmonitor = cms.EDFilter("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 

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