1 import FWCore.ParameterSet.Config
as cms
4 hitCollectorForOutInMuonSeeds = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
5 ComponentName =
'hitCollectorForOutInMuonSeeds',
10 outInSeedsFromStandaloneMuons = cms.EDProducer(
'OutsideInMuonSeeder',
12 src = cms.InputTag(
'muons'),
13 cut = cms.string(
'pt > 10 && outerTrack.hitPattern.muonStationsWithValidHits >= 2'),
14 layersToTry = cms.int32(3),
15 hitsToTry = cms.int32(3),
17 fromVertex = cms.bool(
True),
19 muonPropagator = cms.string(
'SteppingHelixPropagatorAlong'),
21 trackerPropagator = cms.string(
'PropagatorWithMaterial'),
23 errorRescaleFactor = cms.double(2.0),
25 hitCollector = cms.string(
'hitCollectorForOutInMuonSeeds'),
27 maxEtaForTOB = cms.double(1.8),
28 minEtaForTEC = cms.double(0.7),
30 debug = cms.untracked.bool(
False),