CbmRoot
|
#include "base/CbmLitFieldFitter.h"
#include "CbmUtils.h"
#include "FairField.h"
#include "FairRunAna.h"
#include "Math/IFunction.h"
#include "Minuit2/Minuit2Minimizer.h"
#include "TMatrixD.h"
#include "TVectorD.h"
#include <cmath>
Go to the source code of this file.
Classes | |
class | CbmLitPolynom0 |
0 degree polynomial with 1 coefficient. More... | |
class | CbmLitPolynom1 |
1st degree polynomial with 3 coefficients. More... | |
class | CbmLitPolynom2 |
2nd degree polynomial with 6 coefficients. More... | |
class | CbmLitPolynom3 |
3rd degree polynomial with 10 coefficients. More... | |
class | CbmLitPolynom4 |
4th degree polynomial with 15 coefficients. More... | |
class | CbmLitPolynom5 |
5th degree polynomial with 21 coefficients. More... | |
class | CbmLitPolynom6 |
6th degree polynomial with 28 coefficients. More... | |
class | CbmLitPolynom7 |
7th degree polynomial with 36 coefficients. More... | |
class | CbmLitPolynom8 |
8th degree polynomial with 45 coefficients. More... | |
class | CbmLitPolynom9 |
9th degree polynomial with 55 coefficients. More... | |
class | CbmLitPolynom10 |
10th degree polynomial with 66 coefficients. More... | |
class | FCNPolynom |
Implements FCNBase which is used for MINUIT minimization. More... | |
Definition in file CbmLitFieldFitter.cxx.