hep.lcd.recon.tracking.fitters.klm
Class KLMFitError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--hep.lcd.recon.tracking.fitters.klm.KLMFitError

public class KLMFitError
extends Exception

Thrown if an error occurs during fitting

See Also:
Serialized Form
Source Code:
KLMFitError.java

Field Summary
static int FIT_ERROR
           
static int MSCAT_OR_DEDX
           
static int TOO_FEW_HITS
           
static int TRANSPORT
           
static int W_FORMAT
           
 
Method Summary
 int getRC()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

W_FORMAT

public static final int W_FORMAT

MSCAT_OR_DEDX

public static final int MSCAT_OR_DEDX

TRANSPORT

public static final int TRANSPORT

TOO_FEW_HITS

public static final int TOO_FEW_HITS

FIT_ERROR

public static final int FIT_ERROR
Method Detail

getRC

public int getRC()


The LCD Group