All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.lcd.recon.ztracking.TrackHotList

java.lang.Object
   |
   +----hep.lcd.recon.ztracking.TrackHotList

public class TrackHotList
extends Object

Variable Index

 o MaxTrkPts
 o nhits
 o ntrk
 o nvtx

Constructor Index

 o TrackHotList()
 o TrackHotList(int, int, int)

Method Index

 o add(TrkHitOnTrk)
 o get(int)
 o getNHits()
 o getNTrk()
 o getNVtx()
 o put(int, TrkHitOnTrk)

Variables

 o MaxTrkPts
 public int MaxTrkPts
 o nhits
 public int nhits
 o nvtx
 public int nvtx
 o ntrk
 public int ntrk

Constructors

 o TrackHotList
 public TrackHotList(int nhits,
                     int nvtx,
                     int ntrk)
 o TrackHotList
 public TrackHotList()

Methods

 o getNHits
 public int getNHits()
 o getNVtx
 public int getNVtx()
 o getNTrk
 public int getNTrk()
 o add
 public void add(TrkHitOnTrk hot)
 o put
 public void put(int i,
                 TrkHitOnTrk hot)
 o get
 public TrkHitOnTrk get(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index