CMS 3D CMS Logo

Variables

inOutSeedsFromTrackerMuons_cfi Namespace Reference

Variables

tuple inOutSeedsFromTrackerMuons

Variable Documentation

Initial value:
00001 cms.EDProducer("MuonReSeeder",
00002     ## Input collection of muons, and selection. track.isNonnull is implicit.
00003     src = cms.InputTag("muons"),
00004     cut = cms.string("pt > 2"),
00005     ## Keep at most these layers from the tracker track of the muon
00006     layersToKeep = cms.int32(5),
00007     ## Use the inner part of the tracker track to make a seed
00008     insideOut  = cms.bool(True),
00009     #### Turn on verbose debugging (to be removed at the end)
00010     debug = cms.untracked.bool(False),
00011     ## Configuration for the refitter
00012     DoPredictionsOnly = cms.bool(False),
00013     Fitter = cms.string('KFFitterForRefitInsideOut'),
00014     TrackerRecHitBuilder = cms.string('WithAngleAndTemplate'),
00015     Smoother = cms.string('KFSmootherForRefitInsideOut'),
00016     MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
00017     RefitDirection = cms.string('alongMomentum'),
00018     RefitRPCHits = cms.bool(True),
00019     Propagator = cms.string('SmartPropagatorAnyRKOpposite'),
00020 )

Definition at line 3 of file inOutSeedsFromTrackerMuons_cfi.py.