CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtLocalTriggerSynchTest_cfi.py
Go to the documentation of this file.
2 
3 triggerSynchTest = cms.EDAnalyzer("DTLocalTriggerSynchTest",
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  # correlated fraction test tresholds
15  bxTimeInterval = cms.double(25),
16  rangeWithinBX = cms.bool(True),
17  nBXHigh = cms.int32(0),
18  nBXLow = cms.int32(1),
19  minEntries = cms.int32(200),
20  writeDB = cms.bool(True),
21  dbFromDCC = cms.bool(False),
22  fineParamDiff = cms.bool(False),
23  coarseParamDiff = cms.bool(False),
24  numHistoTag = cms.string("TrackCrossingTimeAllInBX"),
25  denHistoTag = cms.string("TrackCrossingTimeHHInBX"),
26  ratioHistoTag = cms.string("TrackCrossingTimeAllOverHHInBX")
27 )
28 
29