#include "TRandom3.h"
#include "TCanvas.h"
#include "TGraphErrors.h"
#include "TF1.h"
#include "TF2.h"
#include "TH1F.h"
#include "TROOT.h"
#include "FTS_Track.h"
#include <cmath>
#include "FitFunctions/URD/d0Fitparam_N.C"
#include "FitFunctions/URD/z0Fitparam_N.C"
#include "FitFunctions/URD/effFitparam_N.C"
#include "FitFunctions/URD/effFitparam_LRT.C"
#include "FitFunctions/URD/ptqoptFitparam_N.C"
Go to the source code of this file.
|
| double | FitFunctions::getd0ResParam_N (float abstrketa, float trkpt, bool debug=false) |
| double | FitFunctions::getz0ResParam_N (float abstrketa, float trkpt, bool debug=false) |
| double | FitFunctions::getEffParam_N (float abstrketa, float trkpt, bool debug=false) |
| double | FitFunctions::getEffParam_LRT (double absd0, double lowd0_cut, double highd0_cut, bool debug=false) |
| double | FitFunctions::getptqoptResParam_N (float abstrketa, float trkpt, bool debug=false) |