CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MonitorAlCaEcalPhisym_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: MonitorAlCaEcalPhisym_cfi.py,v 1.4 2009/10/20 14:18:26 argiro Exp $
9 #
10 # \author Stefano Argiro
11 #
12 EcalPhiSymMonDQM = cms.EDAnalyzer("HLTAlCaMonEcalPhiSym",
13  # product to monitor
14  AlCaStreamEBTag = cms.untracked.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEB"),
15  SaveToFile = cms.untracked.bool(False),
16  FileName = cms.untracked.string('MonitorAlCaEcalPhiSym.root'),
17  AlCaStreamEETag = cms.untracked.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEE"),
18  prescaleFactor = cms.untracked.int32(1),
19  # DQM folder to write to
20  FolderName = cms.untracked.string('AlCaReco/EcalPhiSym')
21 )
22 
23 
24