hep.lcd.recon.tracking
Class TrkCandidate
java.lang.Object
|
+--hep.lcd.recon.tracking.TrkCandidate
- public class TrkCandidate
- extends Object
- Source Code:
- TrkCandidate.java
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Candidate
public boolean Candidate
trkNum
public int trkNum
hits
public TrkHotList hits
params
public TrkParams params
extrap
public TrkExtrap extrap
chiSq
public double chiSq
npteff
public int npteff
mcpart
public MCParticle mcpart
gdmcfr
public double gdmcfr
firstTrkCand
public static boolean firstTrkCand
firstRecalTrk
public static boolean firstRecalTrk
firstCalcChiSq
public static boolean firstCalcChiSq
firstFailBW
public static boolean firstFailBW
nCalc
public static int nCalc
TrkCandidate
public TrkCandidate(int it,
TrkHotList hits,
double[] trackPar)
isCandidate
public boolean isCandidate()
getTrkNum
public int getTrkNum()
getHotList
public TrkHotList getHotList()
getTrkParams
public TrkParams getTrkParams()
getTrkExtrap
public TrkExtrap getTrkExtrap()
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()
getFrHtsSameMC
public double getFrHtsSameMC()
getTrackHits
public TrkHitOnTrk[] getTrackHits()
recalculateTrack
public void recalculateTrack(Specifications specs)
calcChiSq
public void calcChiSq(Specifications specs)
doExtrap
public void doExtrap(TrkParams tp,
Specifications specs)
print
public void print()
printPoints
public void printPoints(int npts)
The LCD Group