hep.lcd.vertexing.zvtop
Class ZvgGTFStatus

java.lang.Object
  |
  +--hep.lcd.vertexing.zvtop.BasicFitStatus
        |
        +--hep.lcd.vertexing.zvtop.ZvgGTFStatus

public class ZvgGTFStatus
extends BasicFitStatus

ZvgGTFStatus -- status object for ZvgGhostTrackFinder

CAUTION: This class is part of an upcoming extension of ZvTopVertexer. It is not necessarily fully working and may change frequently.

Version:
$Id: ZvgGTFStatus.java,v 1.2 2001/06/05 18:20:59 walkowia Exp $
Author:
W.Walkowiak, 05/28/01
Source Code:
ZvgGTFStatus.java

Field Summary
static String CHI2CALC_FAILURE
           
static String ERROR_INIT_FAILURE
           
static String INITIALIZED
           
static String INPUT_TRACK_FAILURE
           
static String NO_GUESS_DIRECTION
           
static String NO_JET_DIRECTION
           
static String NO_TRACKS
           
static String NOT_ENOUGH_TRACKS
           
static String POOR_QUALITY
           
static String SWIM_FAILURE
           
static String TRACKS_NOT_SWUM
           
 
Fields inherited from class hep.lcd.vertexing.zvtop.BasicFitStatus
status
 
Fields inherited from interface hep.lcd.vertexing.zvtop.FitStatusInt
NOT_FITTED, OK, UNKNOWN_ERROR
 
Constructor Summary
ZvgGTFStatus()
           
ZvgGTFStatus(String status)
           
ZvgGTFStatus(String status, String message)
           
ZvgGTFStatus(ZvgGTFStatus prevStatus)
          copy constructor
 
Method Summary
 boolean chi2Failure()
          chi2 calculation problem?
 boolean noTracks()
          no tracks?
 boolean poorQuality()
          poor quality of resulting ghost track?
 boolean swimFailure()
          swim failure?
 String toString()
          phrase the status into a string
 
Methods inherited from class hep.lcd.vertexing.zvtop.BasicFitStatus
addMessage, equals, getMessage, getStatus, isOK, setStatus, success, toStringWithMessage, unknownError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INITIALIZED

public static final String INITIALIZED

NO_JET_DIRECTION

public static final String NO_JET_DIRECTION

NO_GUESS_DIRECTION

public static final String NO_GUESS_DIRECTION

NO_TRACKS

public static final String NO_TRACKS

CHI2CALC_FAILURE

public static final String CHI2CALC_FAILURE

NOT_ENOUGH_TRACKS

public static final String NOT_ENOUGH_TRACKS

INPUT_TRACK_FAILURE

public static final String INPUT_TRACK_FAILURE

ERROR_INIT_FAILURE

public static final String ERROR_INIT_FAILURE

SWIM_FAILURE

public static final String SWIM_FAILURE

TRACKS_NOT_SWUM

public static final String TRACKS_NOT_SWUM

POOR_QUALITY

public static final String POOR_QUALITY
Constructor Detail

ZvgGTFStatus

public ZvgGTFStatus()

ZvgGTFStatus

public ZvgGTFStatus(String status)

ZvgGTFStatus

public ZvgGTFStatus(String status,
                    String message)

ZvgGTFStatus

public ZvgGTFStatus(ZvgGTFStatus prevStatus)
copy constructor
Method Detail

poorQuality

public boolean poorQuality()
poor quality of resulting ghost track?

noTracks

public boolean noTracks()
no tracks?

swimFailure

public boolean swimFailure()
swim failure?

chi2Failure

public boolean chi2Failure()
chi2 calculation problem?

toString

public String toString()
phrase the status into a string
Overrides:
toString in class BasicFitStatus


The LCD Group