CMS 3D CMS Logo

TrackAssociatorByPosition_cfi Namespace Reference


Variables

tuple TrackAssociatorByPosition


Variable Documentation

tuple TrackAssociatorByPosition_cfi::TrackAssociatorByPosition [static]

Initial value:

cms.ESProducer("TrackAssociatorByPositionESProducer",
    #use the delta eta-phi estimator on the momentum at a plane in the muon system
    #   string method = "momdr"
    #use the delta eta-phi estimator on the position at a plane in the muon system
    #   string method = "posdr"
    QminCut = cms.double(120.0),
    MinIfNoMatch = cms.bool(False),
    ComponentName = cms.string('TrackAssociatorByPosition'),
    propagator = cms.string('SteppingHelixPropagatorAny'),
    # minimum distance from the origin to find a hit from a simulated particle and match it to reconstructed track
    positionMinimumDistance = cms.double(0.0),
    #use a chi2 estimation on the 5x5 local parameters and errors in a plane in the muon system
    #   string method = "chi2"
    #use the distance between state in a plane in the muon system
    method = cms.string('dist'),
    QCut = cms.double(10.0)
)

Definition at line 3 of file TrackAssociatorByPosition_cfi.py.


Generated on Tue Jun 9 18:53:03 2009 for CMSSW by  doxygen 1.5.4