All Packages Class Hierarchy This Package Previous Next Index
Class hep.lcd.recon.ztracking.TrackCandidate
java.lang.Object
|
+----hep.lcd.recon.ztracking.TrackCandidate
- public class TrackCandidate
- extends Object
-
TrackCandidate(int, TrackHotList, double[])
-
-
TrackCandidate(int, TrackHotList, double[], boolean)
-
-
calculateChiSq(Specifications)
-
-
doExtrapolations(TrackParameters, Specifications)
- Extrapolate track to outer detectors.
-
get_curv()
-
-
get_d0()
-
-
get_omega()
-
-
get_phi0()
-
-
get_s()
-
-
get_tandip()
-
-
get_z0()
-
-
getHotList()
-
-
getMCParticle()
- Get Monte Carlo particle parent.
-
getMCPFraction()
- Get fraction of hits from parent MC particle.
-
getMCPTrackerFraction()
- Get fraction of Tracker hits from parent MC particle.
-
getTrackExtrapolations()
-
-
getTrackHits(Specifications)
-
-
getTrackNum()
-
-
getTrackParameters()
-
-
isCandidate()
-
-
print()
-
-
printPoints(int)
-
-
recalculateTrack(Specifications)
-
-
setNoHist()
-
TrackCandidate
public TrackCandidate(int it,
TrackHotList hits,
double trackPar[])
TrackCandidate
public TrackCandidate(int it,
TrackHotList hits,
double trackPar[],
boolean hist)
setNoHist
public void setNoHist()
isCandidate
public boolean isCandidate()
getTrackNum
public int getTrackNum()
getHotList
public TrackHotList getHotList()
getTrackParameters
public TrackParameters getTrackParameters()
getTrackExtrapolations
public TrackExtrapolations getTrackExtrapolations()
get_d0
public double get_d0()
get_phi0
public double get_phi0()
get_omega
public double get_omega()
get_z0
public double get_z0()
get_s
public double get_s()
get_curv
public double get_curv()
get_tandip
public double get_tandip()
getMCParticle
public MCParticle getMCParticle()
- Get Monte Carlo particle parent.
getMCPFraction
public double getMCPFraction()
- Get fraction of hits from parent MC particle.
getMCPTrackerFraction
public double getMCPTrackerFraction()
- Get fraction of Tracker hits from parent MC particle.
getTrackHits
public TrkHitOnTrk[] getTrackHits(Specifications specifications)
recalculateTrack
public void recalculateTrack(Specifications specifications)
calculateChiSq
public double calculateChiSq(Specifications specifications)
doExtrapolations
public void doExtrapolations(TrackParameters tp,
Specifications specifications)
- Extrapolate track to outer detectors.
print
public void print()
printPoints
public void printPoints(int npts)
All Packages Class Hierarchy This Package Previous Next Index