All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface hep.lcd.recon.ztracking.VertexDetector

public interface VertexDetector
extends Processor
Assign CCD detector points to tracks.


Method Index

 o finishEvent()
Finish Vertex detector event processing.
 o getNPoints(int)
Get number of points on a track.
 o getSpecifications()
Get Vertex Detector specifications.
 o getTrackHit(int, int)
Get the vertex detector hit for a point on the track.
 o getTrackHitID(int, int)
The Hit ID is unique for any point in tracking system
 o getTrackPoint(int, int)
Get a space point on the track.
 o getType()
Get type of vertex detector.
 o setHdev()
Turns on Vertex Detector development histograms.
 o setHpnts()
Turns on Vertex Detector point histograms: track assignment (xy dev.,z res.,...)
 o setHprod()
Turns on Vertex Detector production histograms.
 o setHtest()
Turns on Vertex Detector test histograms.
 o setNoHist()
Turns off all histogram packages
 o startEvent(LCDEvent)
Start Vertex detector event processing.

Methods

 o getType
 public abstract String getType()
Get type of vertex detector.

 o getSpecifications
 public abstract Specifications getSpecifications()
Get Vertex Detector specifications.

 o getNPoints
 public abstract int getNPoints(int itrk)
Get number of points on a track.

 o getTrackPoint
 public abstract double[] getTrackPoint(int itrk,
                                        int ipnt)
Get a space point on the track.

 o getTrackHit
 public abstract TrackerHit getTrackHit(int itrk,
                                        int ipnt)
Get the vertex detector hit for a point on the track.

 o getTrackHitID
 public abstract int getTrackHitID(int itrk,
                                   int ipnt)
The Hit ID is unique for any point in tracking system

 o startEvent
 public abstract void startEvent(LCDEvent e)
Start Vertex detector event processing.

 o finishEvent
 public abstract void finishEvent()
Finish Vertex detector event processing.

 o setHprod
 public abstract void setHprod()
Turns on Vertex Detector production histograms.

 o setHtest
 public abstract void setHtest()
Turns on Vertex Detector test histograms.

 o setHdev
 public abstract void setHdev()
Turns on Vertex Detector development histograms.

 o setHpnts
 public abstract void setHpnts()
Turns on Vertex Detector point histograms: track assignment (xy dev.,z res.,...)

 o setNoHist
 public abstract void setNoHist()
Turns off all histogram packages


All Packages  Class Hierarchy  This Package  Previous  Next  Index