AliRoot Core  ee782a0 (ee782a0)
AliMUONSurveyObj.cxx File Reference
#include <fstream>
#include "TMath.h"
#include "TVector3.h"
#include "TGeoMatrix.h"
#include "TFitter.h"
#include "TMinuit.h"
#include "TString.h"
#include "TH2.h"
#include "TF2.h"
#include "TGraph2DErrors.h"
#include "TArrayD.h"
#include "AliLog.h"
#include "AliSurveyPoint.h"
#include "AliMUONSurveyObj.h"
#include "AliMUONSurveyUtil.h"
Include dependency graph for AliMUONSurveyObj.cxx:

Go to the source code of this file.

Functions

void SurveyFcn (int &npar, double *g, double &f, double *par, int iflag)
 

Function Documentation

void SurveyFcn ( int &  npar,
double *  g,
double &  f,
double *  par,
int  iflag 
)

Standard function as needed by Minuit-like minimization procedures. For the set of parameters par calculates and returns chi-squared.

Definition at line 456 of file AliMUONSurveyObj.cxx.

Referenced by AliMUONSurveyObj::SurveyToAlign().