CMS 3D CMS Logo

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

Variables

tuple DTAnalyzer
 

Variable Documentation

tuple DTAnalyzer_cfi.DTAnalyzer
Initial value:
1 = cms.EDAnalyzer("DTAnalyzer",
2  LCT_DT = cms.bool(True),
3  DTLocalTriggerLabel = cms.string('dtunpacker'),
4  recHits2DLabel = cms.string('dt2DSegments'),
5  LCT_CSC = cms.bool(False),
6  LCT_RPC = cms.bool(False),
7  recHits4DLabel = cms.string('dt4DSegments'),
8  debug = cms.untracked.bool(False),
9  rootFileName = cms.untracked.string('DTAnalyzer.root'),
10  SALabel = cms.string('CosmicMuon'),
11  isMC = cms.bool(False),
12  tTrigModeConfig = cms.untracked.PSet(
13  vPropWire = cms.double(24.4),
14  doTOFCorrection = cms.bool(False),
15  kFactor = cms.double(-1.3),
16  doWirePropCorrection = cms.bool(False),
17  doT0Correction = cms.bool(True),
18  debug = cms.untracked.bool(False)
19  ),
20  tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),
21  recHits1DLabel = cms.string('dt1DRecHits')
22 )

Definition at line 3 of file DTAnalyzer_cfi.py.