CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalNoiseRatesParam_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hcalNoiseRates = cms.EDAnalyzer('HcalNoiseRates',
4 # outputFile = cms.untracked.string('NoiseRatesRelVal.root'),
5  outputFile = cms.untracked.string(''),
6  rbxCollName = cms.untracked.InputTag('hcalnoise'),
7  minRBXEnergy = cms.untracked.double(20.0),
8  minHitEnergy = cms.untracked.double(1.5),
9  useAllHistos = cms.untracked.bool(False),
10  noiselabel = cms.InputTag('hcalnoise')
11 )