Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:07:02

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 tTrigCalibrationTest = cms.EDAnalyzer("DTtTrigCalibrationTest",
0004     runningStandalone = cms.untracked.bool(True),
0005     tTrigTestName = cms.untracked.string('tTrigOffSet'),
0006     diagnosticPrescale = cms.untracked.int32(1),
0007     histoTag = cms.untracked.string('TimeBox'),
0008     #Names of the quality test: it must match those specified in "qtList"
0009     folderRoot = cms.untracked.string('')
0010 )
0011 
0012