CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtNoiseTest_cfi.py
Go to the documentation of this file.
2 
3 noiseTest = cms.EDAnalyzer("DTNoiseTest",
4  HzThreshold = cms.untracked.int32(300),
5  runningStandalone = cms.untracked.bool(True),
6  meanTestName = cms.untracked.string('NoiseMeanInRange'),
7  folderTag = cms.untracked.string('Occupancies'),
8  folderRoot = cms.untracked.string(''),
9  debug = cms.untracked.bool(False),
10  diagnosticPrescale = cms.untracked.int32(1000)
11 )
12 
13