3 dtT0WireCalibration = cms.EDAnalyzer(
"DTT0Calibration",
5 cellsWithHisto = cms.untracked.vstring(),
7 digiLabel = cms.untracked.string(
'muonDTDigis'),
8 calibSector = cms.untracked.string(
'All'),
10 calibWheel = cms.untracked.string(
'All'),
12 eventsForWireT0 = cms.uint32(25000),
14 rootFileName = cms.untracked.string(
'DTTestPulses.root'),
15 debug = cms.untracked.bool(
False),
16 rejectDigiFromPeak = cms.uint32(50),
18 tpPeakWidth = cms.double(15.0),
20 eventsForLayerT0 = cms.uint32(5000)