ATLAS Offline Software
Loading...
Searching...
No Matches
CFit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
8#ifndef TRKVKALVRTCORE_CFIT_H
9#define TRKVKALVRTCORE_CFIT_H
10
12namespace Trk {
13
14int CFit(VKalVrtControl *FitCONTROL, int ifCovV0, int NTRK,
15 long int *ich, double xyz0[3], double (*par0)[3],
16 double (*inp_Trk5)[5], double (*inp_CovTrk5)[15],
17 double xyzfit[3], double (*parfs)[3], double ptot[4],
18 double covf[21], double &chi2, double *chi2tr);
19
20} // namespace Trk
21
22#endif
double chi2(TH1 *h0, TH1 *h1)
Ensure that the ATLAS eigen extensions are properly loaded.
int CFit(VKalVrtControl *FitCONTROL, int ifCovV0, int NTRK, long int *ich, double xyz0[3], double(*par0)[3], double(*inp_Trk5)[5], double(*inp_CovTrk5)[15], double xyzfit[3], double(*parfs)[3], double ptot[4], double covf[21], double &chi2, double *chi2tr)
Definition CFit.cxx:435