CMS 3D CMS Logo

Variables

standAloneMuons_cfi Namespace Reference

Variables

tuple standAloneMuons
tuple standAloneSETMuons

Variable Documentation

Definition at line 7 of file standAloneMuons_cfi.py.

Initial value:
00001 cms.EDProducer("StandAloneMuonProducer",
00002                                     MuonTrackLoaderForSTA,
00003                                     MuonServiceProxy,
00004                                     InputObjects = cms.InputTag("SETMuonSeed"),
00005                                     MuonTrajectoryBuilder = cms.string("DirectMuonTrajectoryBuilder"),
00006                                     STATrajBuilderParameters = cms.PSet(
00007     SeedTransformerParameters = cms.PSet(
00008     Fitter = cms.string('KFFitterSmootherSTA'),
00009     RescaleError = cms.double(1.0),
00010     MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
00011     Propagator = cms.string('SteppingHelixPropagatorAny'),
00012     NMinRecHits = cms.uint32(2),
00013     # careful - used with UseSegmentsInTrajectory in SETMuonSeed_cfi.py
00014     #         UseSubRecHits = cms.bool(True)
00015     UseSubRecHits = cms.bool(False)
00016     )
00017     )
00018                                     )

Definition at line 84 of file standAloneMuons_cfi.py.