1 import FWCore.ParameterSet.Config
as cms
5 import RecoMuon.L2MuonProducer.L2MuonProducer_cfi
as _mod
7 L2Muons = _mod.L2MuonProducer.clone(
10 InputObjects =
"L2MuonSeeds",
11 MuonTrajectoryBuilder =
"StandAloneMuonTrajectoryBuilder",
12 SeedTransformerParameters = dict(),
13 L2TrajBuilderParameters = dict(
14 FilterParameters = dict(
15 DTRecSegmentLabel =
"dt4DSegments",
16 MuonTrajectoryUpdatorParameters = dict(),
17 CSCRecSegmentLabel =
"cscSegments",
18 RPCRecSegmentLabel =
"rpcRecHits",
19 Propagator =
'SteppingHelixPropagatorL2Any',
23 SeedPropagator =
'SteppingHelixPropagatorL2Any',
26 BWFilterParameters = dict(
27 DTRecSegmentLabel =
"dt4DSegments",
28 MuonTrajectoryUpdatorParameters = dict(
31 CSCRecSegmentLabel =
"cscSegments",
32 RPCRecSegmentLabel =
"rpcRecHits",
33 Propagator =
'SteppingHelixPropagatorL2Any',