Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 dtT0WireCalibration = cms.EDAnalyzer("DTT0Calibration",
00004
00005 cellsWithHisto = cms.untracked.vstring(),
00006
00007 digiLabel = cms.untracked.string('muonDTDigis'),
00008 calibSector = cms.untracked.string('All'),
00009
00010 calibWheel = cms.untracked.string('All'),
00011
00012 eventsForWireT0 = cms.uint32(25000),
00013
00014 rootFileName = cms.untracked.string('DTTestPulses.root'),
00015 debug = cms.untracked.bool(False),
00016 rejectDigiFromPeak = cms.uint32(50),
00017
00018 tpPeakWidth = cms.double(15.0),
00019
00020 eventsForLayerT0 = cms.uint32(5000)
00021 )