CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rctMonitor_cfi.py
Go to the documentation of this file.
2 
3 rctmonitor = cms.EDAnalyzer("RCTMonitor",
4  OutputFileName = cms.untracked.string('rctMonitor.root'), ## Name of root file for histograms
5 
6  #untracked InputTag rctSource = l1RctEmulDigis // for MC file
7  WriteOutputFile = cms.untracked.bool(True),
8  EnableRctHistos = cms.untracked.bool(True), ## Enable RCT histograms
9 
10  EnableMonitorDaemon = cms.untracked.bool(False), ## Enable the monitor daemon
11 
12  # Labels for RCT digis
13  rctSource = cms.untracked.InputTag("l1GctHwDigis")
14 )
15 
16