CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MonitorAlCaHcalPhisym_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # prescale
4 
5 import FWCore.ParameterSet.Config as cms
6 
7 #
8 # $Id: MonitorAlCaHcalPhisym_cfi.py,v 1.7 2012/10/16 17:18:50 safronov Exp $
9 #
10 # \author Stefano Argiro
11 #
12 HcalPhiSymMon = cms.EDAnalyzer("DQMHcalPhiSymAlCaReco",
13  # product to monitor
14  hbheInputMB = cms.InputTag("hbherecoMB"),
15  hoInputMB = cms.InputTag("horecoMB"),
16  hfInputMB = cms.InputTag("hfrecoMBspecial"),
17  hbheInputNoise = cms.InputTag("hbherecoNoise"),
18  hoInputNoise = cms.InputTag("horecoNoise"),
19  hfInputNoise = cms.InputTag("hfrecoNoise"),
20  rawInputLabel=cms.InputTag("rawDataCollector"),
21  period = cms.uint32(4096),
22  # File to save
23  SaveToFile = cms.untracked.bool(False),
24  FileName = cms.untracked.string('MonitorAlCaHcalPhiSym.root'),
25  # DQM folder to write to
26  FolderName = cms.untracked.string('AlCaReco/HcalPhiSym')
27 )
28 
29 
30