CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
dtLocalTriggerSynchTest_cfi Namespace Reference

Variables

tuple triggerSynchTest
 

Variable Documentation

tuple dtLocalTriggerSynchTest_cfi.triggerSynchTest
Initial value:
1 = cms.EDAnalyzer("DTLocalTriggerSynchTest",
2  # prescale factor (in luminosity blocks) to perform client analysis
3  diagnosticPrescale = cms.untracked.int32(1),
4  # run in online environment
5  runOnline = cms.untracked.bool(True),
6  # kind of trigger data processed by DTLocalTriggerTask
7  hwSources = cms.untracked.vstring('DCC','DDU'),
8  # false if DTLocalTriggerTask used LTC digis
9  localrun = cms.untracked.bool(True),
10  # root folder for booking of histograms
11  folderRoot = cms.untracked.string(''),
12  # correlated fraction test tresholds
13  bxTimeInterval = cms.double(25),
14  rangeWithinBX = cms.bool(True),
15  nBXHigh = cms.int32(0),
16  nBXLow = cms.int32(1),
17  minEntries = cms.int32(200),
18  writeDB = cms.bool(True),
19  dbFromDCC = cms.bool(False),
20  fineParamDiff = cms.bool(False),
21  coarseParamDiff = cms.bool(False),
22  numHistoTag = cms.string("TrackCrossingTimeAllInBX"),
23  denHistoTag = cms.string("TrackCrossingTimeHHInBX"),
24  ratioHistoTag = cms.string("TrackCrossingTimeAllOverHHInBX")
25 )

Definition at line 3 of file dtLocalTriggerSynchTest_cfi.py.