CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TrackAssociatorByPosition_cfi Namespace Reference

Variables

tuple TrackAssociatorByPosition
 

Variable Documentation

tuple TrackAssociatorByPosition_cfi.TrackAssociatorByPosition
Initial value:
1 = cms.ESProducer("TrackAssociatorByPositionESProducer",
2  #use the delta eta-phi estimator on the momentum at a plane in the muon system
3  # string method = "momdr"
4  #use the delta eta-phi estimator on the position at a plane in the muon system
5  # string method = "posdr"
6  QminCut = cms.double(120.0),
7  MinIfNoMatch = cms.bool(False),
8  ComponentName = cms.string('TrackAssociatorByPosition'),
9  propagator = cms.string('SteppingHelixPropagatorAlong'),
10  # minimum distance from the origin to find a hit from a simulated particle and match it to reconstructed track
11  positionMinimumDistance = cms.double(0.0),
12  #use a chi2 estimation on the 5x5 local parameters and errors in a plane in the muon system
13  # string method = "chi2"
14  #use the distance between state in a plane in the muon system
15  method = cms.string('dist'),
16  QCut = cms.double(10.0),
17  # False is the old behavior, True will use also the muon simhits to do the matching.
18  ConsiderAllSimHits = cms.bool(False)
19 )

Definition at line 3 of file TrackAssociatorByPosition_cfi.py.