ATLAS Offline Software
Loading...
Searching...
No Matches
VtDeriv.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_VTDERIV_H
9#define TRKVKALVRTCORE_VTDERIV_H
10#include <array>
11namespace Trk {
12class VKalVrtControl;
13void vpderiv(bool UseTrackErr, long int Charge, const double *pari0,
14 double *covi, double *vrtref, double *covvrtref, double *drdpar,
15 double *dwgt, double *rv0, VKalVrtControl *FitCONTROL);
16
17} // namespace Trk
18
19#endif
Ensure that the ATLAS eigen extensions are properly loaded.
void vpderiv(bool UseTrackErr, long int Charge, const double *pari0, double *covi, double *vrtref, double *covvrtref, double *drdpar, double *dwgt, double *rv0, VKalVrtControl *FitCONTROL)
Definition VtDeriv.cxx:16