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.
-
finishEvent()
- Finish Vertex detector event processing.
-
getNPoints(int)
- Get number of points on a track.
-
getSpecifications()
- Get Vertex Detector specifications.
-
getTrackHit(int, int)
- Get the vertex detector hit for a point on the track.
-
getTrackHitID(int, int)
- The Hit ID is unique for any point in tracking system
-
getTrackPoint(int, int)
- Get a space point on the track.
-
getType()
- Get type of vertex detector.
-
setHdev()
- Turns on Vertex Detector development histograms.
-
setHpnts()
- Turns on Vertex Detector point histograms: track assignment (xy dev.,z res.,...)
-
setHprod()
- Turns on Vertex Detector production histograms.
-
setHtest()
- Turns on Vertex Detector test histograms.
-
setNoHist()
- Turns off all histogram packages
-
startEvent(LCDEvent)
- Start Vertex detector event processing.
getType
public abstract String getType()
- Get type of vertex detector.
getSpecifications
public abstract Specifications getSpecifications()
- Get Vertex Detector specifications.
getNPoints
public abstract int getNPoints(int itrk)
- Get number of points on a track.
getTrackPoint
public abstract double[] getTrackPoint(int itrk,
int ipnt)
- Get a space point on the track.
getTrackHit
public abstract TrackerHit getTrackHit(int itrk,
int ipnt)
- Get the vertex detector hit for a point on the track.
getTrackHitID
public abstract int getTrackHitID(int itrk,
int ipnt)
- The Hit ID is unique for any point in tracking system
startEvent
public abstract void startEvent(LCDEvent e)
- Start Vertex detector event processing.
finishEvent
public abstract void finishEvent()
- Finish Vertex detector event processing.
setHprod
public abstract void setHprod()
- Turns on Vertex Detector production histograms.
setHtest
public abstract void setHtest()
- Turns on Vertex Detector test histograms.
setHdev
public abstract void setHdev()
- Turns on Vertex Detector development histograms.
setHpnts
public abstract void setHpnts()
- Turns on Vertex Detector point histograms: track assignment (xy dev.,z res.,...)
setNoHist
public abstract void setNoHist()
- Turns off all histogram packages
All Packages Class Hierarchy This Package Previous Next Index