test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
MonitorAlCaHcalPhisym_cfi Namespace Reference

Variables

tuple HcalPhiSymMon
 

Variable Documentation

tuple MonitorAlCaHcalPhisym_cfi.HcalPhiSymMon
Initial value:
1 = cms.EDAnalyzer("DQMHcalPhiSymAlCaReco",
2  # product to monitor
3  hbheInputMB = cms.InputTag("hbherecoMB"),
4  hoInputMB = cms.InputTag("horecoMB"),
5  hfInputMB = cms.InputTag("hfrecoMBspecial"),
6  hbheInputNoise = cms.InputTag("hbherecoNoise"),
7  hoInputNoise = cms.InputTag("horecoNoise"),
8  hfInputNoise = cms.InputTag("hfrecoNoise"),
9  rawInputLabel=cms.InputTag("rawDataCollector"),
10  period = cms.uint32(4096),
11  # File to save
12  SaveToFile = cms.untracked.bool(False),
13  FileName = cms.untracked.string('MonitorAlCaHcalPhiSym.root'),
14  # DQM folder to write to
15  FolderName = cms.untracked.string('AlCaReco/HcalPhiSym')
16 )

Definition at line 11 of file MonitorAlCaHcalPhisym_cfi.py.