Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 MuonMillepedeTrackRefitter = cms.EDProducer("MuonMillepedeTrackRefitter",
00004 MuonCollectionTag = cms.InputTag("cosmicMuons"),
00005 TrackerTrackCollectionTag = cms.InputTag("cosmicMuonsTracker"),
00006 SATrackCollectionTag = cms.InputTag("cosmicMuonsStandAlone"),
00007 PropagatorSourceOpposite = cms.string('SmartPropagatorOpposite'),
00008 PropagatorSourceAlong = cms.string('SmartPropagator'),
00009
00010
00011 SelectorOfFirstPoint = cms.int32(1),
00012 SegmentToTrackAssociatorParameters = cms.PSet(
00013 segmentsDT = cms.InputTag("dt4DSegments"),
00014 segmentsCSC = cms.InputTag("cscSegments")
00015 )
00016 )
00017
00018