/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Muc/MucRecEvent/MucRecEvent-00-02-52/MucRecEvent/MucRecQuadFit.h

Go to the documentation of this file.
00001 //$id$
00002 //
00003 //$log$
00004 
00005 /*
00006  *    2003/12/24   Zhengyun You      Peking University
00007  * 
00008  *    2004/09/12   Zhengyun You     Peking University
00009  *                 transplanted to Gaudi framework
00010  */
00011 
00012 #ifndef MUC_QUADFIT_H
00013 #define MUC_QUADFIT_H
00014 
00015 class MucRecQuadFit
00016 {
00017  public:
00018   
00020   MucRecQuadFit();
00021 
00023   ~MucRecQuadFit();
00024 
00025   int QuadFit(float x[],
00026               float y[], 
00027               float w[],
00028               int   n,
00029               float *a,
00030               float *b,
00031               float *c,
00032               int *half, //which half parabola 1: left 2 : right
00033               float *chisq,
00034               float *siga, 
00035               float *sigb,
00036               float *sigc);
00037   
00038  private:
00039 
00040 };
00041 
00042 #endif  /* MUC_QUADFIT_H */

Generated on Tue Nov 29 23:12:58 2016 for BOSS_7.0.2 by  doxygen 1.4.7