hep.lcd.recon.tracking
Class TrkHotList
java.lang.Object
|
+--hep.lcd.recon.tracking.TrkHotList
- public class TrkHotList
- extends Object
- Source Code:
- TrkHotList.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxTrkPts
public int MaxTrkPts
nhits
public int nhits
nvtx
public int nvtx
ntrk
public int ntrk
TrkHotList
public TrkHotList(int nhits,
int nvtx,
int ntrk)
TrkHotList
public TrkHotList()
getNHits
public int getNHits()
getNVtx
public int getNVtx()
getNTrk
public int getNTrk()
add
public void add(TrkHitOnTrk hot)
put
public void put(int i,
TrkHitOnTrk hot)
get
public TrkHitOnTrk get(int i)
The LCD Group