1 import FWCore.ParameterSet.Config
as cms
3 DTAnalyzerDetailed = cms.EDAnalyzer(
"DTAnalyzerDetailed",
4 doHits = cms.bool(
True),
5 tTrigMode = cms.untracked.string(
'DTTTrigSyncFromDB'),
6 recHits2DLabel = cms.string(
'dt2DSegments'),
7 doSegs = cms.bool(
True),
9 recHits4DLabel = cms.string(
'dt4DSegments'),
10 rootFileName = cms.untracked.string(
'DTAnalyzerDetailed.root'),
11 debug = cms.untracked.bool(
False),
12 tTrigModeConfig = cms.untracked.PSet(
13 vPropWire = cms.double(24.4),
14 doTOFCorrection = cms.bool(
False),
15 tofCorrType = cms.int32(2),
16 kFactor = cms.double(-1.3),
17 wirePropCorrType = cms.int32(0),
18 doWirePropCorrection = cms.bool(
False),
19 doT0Correction = cms.bool(
True),
20 debug = cms.untracked.bool(
False)
22 recHits1DLabel = cms.string(
'dt1DRecHits')