CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtEfficiencyTest_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 efficiencyTest = cms.EDAnalyzer("DTEfficiencyTest",
4  runningStandalone = cms.untracked.bool(True),
5  UnassEfficiencyTestName = cms.untracked.string('UnassEfficiencyInRange'),
6  #Names of the quality tests: they must match those specified in "qtList"
7  EfficiencyTestName = cms.untracked.string('EfficiencyInRange'),
8  folderRoot = cms.untracked.string(''),
9  debug = cms.untracked.bool(False),
10  diagnosticPrescale = cms.untracked.int32(1)
11 )
12 
13