CMS 3D CMS Logo

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 #
9 # \author Stefano Argiro
10 #
11 EcalPhiSymMonDQM = cms.EDAnalyzer("HLTAlCaMonEcalPhiSym",
12  # product to monitor
13  AlCaStreamEBTag = cms.untracked.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEB"),
14  SaveToFile = cms.untracked.bool(False),
15  FileName = cms.untracked.string('MonitorAlCaEcalPhiSym.root'),
16  AlCaStreamEETag = cms.untracked.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEE"),
17  prescaleFactor = cms.untracked.int32(1),
18  # DQM folder to write to
19  FolderName = cms.untracked.string('AlCaReco/EcalPhiSym')
20 )
21 
22 
23