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.EDProducer("TrackAssociatorByPositionProducer",
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  propagator = cms.string('SteppingHelixPropagatorAlong'),
9  # minimum distance from the origin to find a hit from a simulated particle and match it to reconstructed track
10  positionMinimumDistance = cms.double(0.0),
11  #use a chi2 estimation on the 5x5 local parameters and errors in a plane in the muon system
12  # string method = "chi2"
13  #use the distance between state in a plane in the muon system
14  method = cms.string('dist'),
15  QCut = cms.double(10.0),
16  # False is the old behavior, True will use also the muon simhits to do the matching.
17  ConsiderAllSimHits = cms.bool(False),
18  simHitTpMapTag = cms.InputTag("simHitTPAssocProducer")
19 )

Definition at line 3 of file trackAssociatorByPosition_cfi.py.