#ifndef HMDCTRACKFITTERB_H
#define HMDCTRACKFITTERB_H

#include "hmdctrackfittera.h"

class HMdcTrackFitterB : public HMdcTrackFitterA {
  private:

  public:
    HMdcTrackFitterB(HMdcTrackFitInOut* fIO);
    virtual ~HMdcTrackFitterB(void);
    virtual Int_t minimize(Int_t iter=0);

  protected:
    void targetScan(Bool_t useTukeyInScan=kFALSE);
    void solutionOfLinearEquationsSystem(HMdcTrackParam& par);
    Int_t firstMethod(void);
    Int_t secondMethod(void);
    virtual Int_t doMinimization(void);

    ClassDef(HMdcTrackFitterB,0)  // Dubna track piece fitter
};

#endif

Last change: Sat May 22 13:04:02 2010
Last generated: 2010-05-22 13:04

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.