1 import FWCore.ParameterSet.Config
as cms
6 globalMuons = cms.EDProducer(
"GlobalMuonProducer",
9 GLBTrajBuilderParameters = cms.PSet(
10 GlobalTrajectoryBuilderCommon
12 TrackerCollectionLabel = cms.InputTag(
"generalTracks"),
13 MuonCollectionLabel = cms.InputTag(
"standAloneMuons",
"UpdatedAtVtx")
16 globalMuons.GLBTrajBuilderParameters.GlobalMuonTrackMatcher.Propagator = cms.string(
'SmartPropagatorRK')
17 globalMuons.GLBTrajBuilderParameters.TrackTransformer.Propagator = cms.string(
'SmartPropagatorAnyRK')
21 from Configuration.Eras.Modifier_fastSim_cff
import fastSim
22 fastSim.toModify(globalMuons,
23 GLBTrajBuilderParameters =
dict(GlbRefitterParameters =
dict(TrackerRecHitBuilder =
'WithoutRefit',
24 Propagator =
'SmartPropagatorAny'),
25 TrackerRecHitBuilder =
'WithoutRefit',
26 TrackTransformer =
dict(TrackerRecHitBuilder =
'WithoutRefit',
27 Propagator =
'SmartPropagatorAny'),
28 GlobalMuonTrackMatcher =
dict(Propagator =
'SmartPropagator')