File indexing completed on 2024-04-06 12:26:07
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoLocalMuon.DTRecHit.DTLinearDriftAlgo_CosmicData_cfi import *
0004
0005 dt4DSegmentsT0Seg = cms.EDProducer("DTSegment4DT0Corrector",
0006 DTLinearDriftAlgo_CosmicData,
0007 recHits4DLabel = cms.InputTag("dt4DSegments"),
0008 debug = cms.untracked.bool(False),
0009 performT0_vdriftSegCorrection = cms.bool(True),
0010 hit_afterT0_resolution = cms.double(0.03),
0011 perform_delta_rejecting = cms.bool(False)
0012 )