FairRoot/PandaRoot
|
#include "PndTrkTrackFinder.h"
#include "PndSttHit.h"
#include "PndSttTube.h"
#include "PndSttMapCreator.h"
#include "PndSdsHit.h"
#include "PndTrackCand.h"
#include "PndTrackCandHit.h"
#include "PndTrack.h"
#include "PndTrkConformalHit.h"
#include "PndTrkConformalHitList.h"
#include "PndTrkConformalTransform.h"
#include "PndTrkTools.h"
#include "PndTrkSkewHit.h"
#include "PndTrkFitter.h"
#include "FairRootManager.h"
#include "FairRunAna.h"
#include "FairRuntimeDb.h"
#include "TClonesArray.h"
#include "TVector3.h"
#include "TArc.h"
#include "TLine.h"
#include "TMarker.h"
#include "TSpectrum2.h"
#include "TSpectrum.h"
#include "TStopwatch.h"
#include "TH3D.h"
#include "TMinuit.h"
#include "PndTrkClusterList.h"
#include "PndTrkTrackList.h"
#include "PndTrkClean.h"
#include "PndTrkNeighboringMap.h"
#include "PndTrkIndivisibleHit.h"
#include <iostream>
Go to the source code of this file.
Functions | |
Double_t | fit_distance (float x, float y, Double_t *par) |
void | Chi2Calculation (Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t) |
void | Chi2Calculation2 (Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t) |
Definition at line 65 of file PndTrkTrackFinder.cxx.
References Double_t, and fit_distance().
Referenced by PndTrkTrackFinder::MinuitFit().
Definition at line 88 of file PndTrkTrackFinder.cxx.
References Double_t, and CAMath::Sqrt().
Referenced by PndTrkTrackFinder::MinuitFit2().
Definition at line 58 of file PndTrkTrackFinder.cxx.
References CAMath::Sqrt().
Referenced by Chi2Calculation().