CMS 3D CMS Logo

Variables

outInSeedsFromStandaloneMuons_cfi Namespace Reference

Variables

tuple hitCollectorForOutInMuonSeeds
tuple outInSeedsFromStandaloneMuons

Variable Documentation

Initial value:
00001 TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone(
00002     ComponentName = cms.string('hitCollectorForOutInMuonSeeds'),
00003     MaxChi2 = cms.double(100.0), ## was 30 ## TO BE TUNED
00004     nSigma  = cms.double(4.),    ## was 3  ## TO BE TUNED 
00005 )

Definition at line 4 of file outInSeedsFromStandaloneMuons_cfi.py.

Initial value:
00001 cms.EDProducer("OutsideInMuonSeeder",
00002     ## Input collection of muons, and selection. outerTrack.isNonnull is implicit.
00003     src = cms.InputTag("muons"),
00004     cut = cms.string("pt > 10 && outerTrack.hitPattern.muonStationsWithValidHits >= 2"),
00005     layersToTry = cms.int32(3), # try up to 3 layers where at least one seed is found
00006     hitsToTry = cms.int32(3),   # use at most 3 hits from the same layer
00007     ## Use as state the muon updated ad vertex (True) or the innermost state of the standalone track (False)
00008     fromVertex = cms.bool(True),
00009     ## Propagator to go from muon state to TOB/TEC.
00010     muonPropagator = cms.string('SteppingHelixPropagatorAlong'),
00011     ## Propagator used searching for hits..
00012     trackerPropagator  = cms.string('PropagatorWithMaterial'),
00013     ## How much to rescale the standalone muon uncertainties beforehand
00014     errorRescaleFactor = cms.double(2.0),
00015     ## Chi2MeasurementEstimator used to select hits
00016     hitCollector = cms.string('hitCollectorForOutInMuonSeeds'),
00017     ## Eta ranges to search for TOB and TEC
00018     maxEtaForTOB = cms.double(1.8),
00019     minEtaForTEC = cms.double(0.7),
00020     #### Turn on verbose debugging (to be removed at the end)
00021     debug = cms.untracked.bool(False),
00022 )

Definition at line 10 of file outInSeedsFromStandaloneMuons_cfi.py.