Main Page   Class Hierarchy   Compound List   File List   Compound Members  

kfittererror.h

00001 //
00002 // $Id: kfittererror.h,v 1.5 2002/03/27 23:42:30 jtanaka Exp $
00003 //
00004 // $Log: kfittererror.h,v $
00005 // Revision 1.5  2002/03/27 23:42:30  jtanaka
00006 // Add new fitter to the mass-constraint fit.
00007 //
00008 // Revision 1.4  1999/05/26 12:02:29  jtanaka
00009 // speed up etc.
00010 //
00011 // Revision 1.3  1999/03/29 05:38:16  jtanaka
00012 // new class structure, new+old interfaces
00013 //
00014 // Revision 1.2  1998/07/23 11:58:01  jtanaka
00015 // endif HEADER --> endif /* HEADER */
00016 //
00017 // Revision 1.1  1998/01/22 03:21:39  jtanaka
00018 // Updated from Tanaka san. New Interface etc.
00019 //
00020 //
00021 // kfittererror of KFitter
00022 //
00023 // ver1.0  : 1998/01
00024 // ver3.0  : 1999/03
00025 //
00026 // author  : jtanaka
00027 // e-mail  : jtanaka@hep.phys.s.u-tokyo.ac.jp
00028 //
00029 #ifndef KFITTERERROR_H
00030 #define KFITTERERROR_H
00031 
00032 //No error
00033 const unsigned int KF_NO_ERROR   = 0;
00034 //
00035 //Main
00036 //
00037 const unsigned int KF_DIV_ZERO   = 1;
00038 const unsigned int KF_TRACK_SIZE = 2;
00039 const unsigned int KF_INVERSE    = 3;
00040 const unsigned int KF_INIT_CHISQ = 4;
00041 const unsigned int KF_ARCSIN     = 5;
00042 //
00043 //Input Interface
00044 //
00045 const unsigned int KF_INPUT_DIV_ZERO    = 11;
00046 const unsigned int KF_INPUT_TRACK_SIZE  = 12;
00047 const unsigned int KF_INPUT_MATRIX_SIZE = 13;
00048 const unsigned int KF_INPUT_CORRE_SIZE  = 14;
00049 //
00050 //Output Interface
00051 //
00052 const unsigned int KF_OUTPUT_DIV_ZERO   = 21;
00053 const unsigned int KF_OUTPUT_TRACK_NUM  = 22;
00054 const unsigned int KF_OUTPUT_OUT_RANGE  = 23;
00055 const unsigned int KF_OUTPUT_INVERSE    = 24;
00056 
00057 #endif  /* KFITTERERROR_H */

Generated on Tue Apr 13 13:25:32 2004 for ATLAS JAPAN by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002