CMS 3D CMS Logo

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

Variables

tuple DTSegAnalyzer
 

Variable Documentation

tuple DTSegAnalyzer_cfi.DTSegAnalyzer
Initial value:
1 = cms.EDAnalyzer("DTSegAnalyzer",
2  doHits = cms.bool(True),
3  tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),
4  recHits2DLabel = cms.string('dt2DSegments'),
5  doSegs = cms.bool(True),
6  doSA = cms.bool(True),
7  recHits4DLabel = cms.string('dt4DSegments'),
8  rootFileName = cms.untracked.string('DTSegAnalyzer.root'),
9  debug = cms.untracked.bool(False),
10  tTrigModeConfig = cms.untracked.PSet(
11  vPropWire = cms.double(24.4),
12  doTOFCorrection = cms.bool(False),
13  tofCorrType = cms.int32(2),
14  kFactor = cms.double(-1.3),
15  wirePropCorrType = cms.int32(0),
16  doWirePropCorrection = cms.bool(False),
17  doT0Correction = cms.bool(True),
18  debug = cms.untracked.bool(False)
19  ),
20  recHits1DLabel = cms.string('dt1DRecHits')
21 )

Definition at line 3 of file DTSegAnalyzer_cfi.py.