CMS 3D CMS Logo

Variables

TrackAssociatorByPosition_cfi Namespace Reference

Variables

tuple TrackAssociatorByPosition

Variable Documentation

Initial value:
00001 cms.ESProducer("TrackAssociatorByPositionESProducer",
00002     #use the delta eta-phi estimator on the momentum at a plane in the muon system
00003     #   string method = "momdr"
00004     #use the delta eta-phi estimator on the position at a plane in the muon system
00005     #   string method = "posdr"
00006     QminCut = cms.double(120.0),
00007     MinIfNoMatch = cms.bool(False),
00008     ComponentName = cms.string('TrackAssociatorByPosition'),
00009     propagator = cms.string('SteppingHelixPropagatorAlong'),
00010     # minimum distance from the origin to find a hit from a simulated particle and match it to reconstructed track
00011     positionMinimumDistance = cms.double(0.0),
00012     #use a chi2 estimation on the 5x5 local parameters and errors in a plane in the muon system
00013     #   string method = "chi2"
00014     #use the distance between state in a plane in the muon system
00015     method = cms.string('dist'),
00016     QCut = cms.double(10.0),
00017     # False is the old behavior, True will use also the muon simhits to do the matching.                                       
00018     ConsiderAllSimHits = cms.bool(False)
00019 )

Definition at line 3 of file TrackAssociatorByPosition_cfi.py.