CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtLocalTriggerEfficiencyTest_cfi.py
Go to the documentation of this file.
2 
3 triggerEfficiencyTest = cms.EDAnalyzer("DTLocalTriggerEfficiencyTest",
4  # prescale factor (in luminosity blocks) to perform client analysis
5  diagnosticPrescale = cms.untracked.int32(1),
6  # run in online environment
7  runOnline = cms.untracked.bool(True),
8  # kind of trigger data processed by DTLocalTriggerTask
9  hwSources = cms.untracked.vstring('DCC','DDU'),
10  # false if DTLocalTriggerTask used LTC digis
11  localrun = cms.untracked.bool(True),
12  # root folder for booking of histograms
13  folderRoot = cms.untracked.string('')
14 )
15 
16