CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dttTrigCalibrationTest_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 tTrigCalibrationTest = cms.EDAnalyzer("DTtTrigCalibrationTest",
4  runningStandalone = cms.untracked.bool(True),
5  tTrigTestName = cms.untracked.string('tTrigOffSet'),
6  diagnosticPrescale = cms.untracked.int32(1),
7  histoTag = cms.untracked.string('TimeBox'),
8  #Names of the quality test: it must match those specified in "qtList"
9  folderRoot = cms.untracked.string('')
10 )
11 
12