Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 noiseTest = cms.EDAnalyzer("DTNoiseTest",
00004 HzThreshold = cms.untracked.int32(300),
00005 runningStandalone = cms.untracked.bool(True),
00006 meanTestName = cms.untracked.string('NoiseMeanInRange'),
00007 folderTag = cms.untracked.string('Occupancies'),
00008 folderRoot = cms.untracked.string(''),
00009 debug = cms.untracked.bool(False),
00010 diagnosticPrescale = cms.untracked.int32(1000)
00011 )
00012
00013