BaseTrack.TrackType
Modifier and Type | Field and Description |
---|---|
private SeedCandidate |
_seed |
private SeedStrategy |
_strategy |
_charge, _chi2, _covMatrix, _dEdx, _dEdxErr, _fitSuccess, _hits, _innermostHitRadius, _momentum, _ndf, _parameters, _refPoint, _refPointIsDCA, _subdetId, _tracks, _trackStates, _type, D0, OMEGA, PHI, TANLAMBDA, Z0
Constructor and Description |
---|
SeedTrack()
Creates a new instance of SeedTrack.
|
Modifier and Type | Method and Description |
---|---|
SeedCandidate |
getSeedCandidate()
Return the SeedCandidate that this track was constructed from.
|
SeedStrategy |
getStrategy()
Return the strategy used to find this track.
|
void |
setSeedCandidate(SeedCandidate seed)
Store the SeedCandidate that this track was constructed from.
|
void |
setStratetgy(SeedStrategy strategy)
Set the strategy used for finding this track.
|
addHit, addHits, fitSuccess, getCharge, getChi2, getdEdx, getdEdxError, getErrorMatrix, getMomentum, getNDF, getPX, getPY, getPZ, getRadiusOfInnermostHit, getReferencePoint, getReferencePointX, getReferencePointY, getReferencePointZ, getSubdetectorHitNumbers, getTrackerHits, getTrackParameter, getTrackParameters, getTracks, getTrackStates, getType, isReferencePointPCA, setChisq, setCovarianceMatrix, setFitSuccess, setNDF, setReferencePoint, setRefPointIsDCA, setSubdetectorHitNumbers, setTrackParameters, setTrackType, toString
private SeedStrategy _strategy
private SeedCandidate _seed
public void setStratetgy(SeedStrategy strategy)
strategy
- strategy used to find this trackpublic SeedStrategy getStrategy()
public void setSeedCandidate(SeedCandidate seed)
seed
- seed candidatepublic SeedCandidate getSeedCandidate()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.