CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMOffline/Hcal/python/HcalNoiseRatesParam_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HcalNoiseRates = cms.EDAnalyzer('HcalNoiseRates',
00004 #    outputFile   = cms.untracked.string('NoiseRatesRelVal.root'),
00005     outputFile   = cms.untracked.string(''),
00006     rbxCollName  = cms.untracked.InputTag('hcalnoise'),
00007     minRBXEnergy = cms.untracked.double(20.0),
00008     minHitEnergy = cms.untracked.double(1.5),
00009     useAllHistos = cms.untracked.bool(False)
00010 )