#ifndef HHYP_KINE_FIT_PPPIPPIMPI0_H
#define HHYP_KINE_FIT_PPPIPPIMPI0_H
#include "TMinuit.h"
#include "TObject.h"
#include "hhypKineFit.h"
#include "hgeomtransform.h"
class HHypKineFitPPPipPimPi0:public HHypKineFit
{
protected:
public:
Int_t minuitFit(void);
void CalcDerNum(Float_t *DER11,Double_t *Output);
void secondIter(Float_t *input,Double_t *foutput,Float_t *errInput,Double_t *out,Float_t *derOut);
Float_t missing4(HGeomVector &data3,HGeomVector &data4,HGeomVector &data5,HGeomVector &data6);
Float_t missing4(Double_t *input);
Float_t missing4(Float_t *input);
ClassDef(HHypKineFitPPPipPimPi0,0);
};
#endif
Last change: Sat May 22 12:57:48 2010
Last generated: 2010-05-22 12:57
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.