ATLAS Offline Software
Loading...
Searching...
No Matches
cfTotCov.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_CFTOTCOV_H
9#define TRKVKALVRTCORE_CFTOTCOV_H
10
12
13namespace Trk {
14
15int afterFit(VKVertex *vk, double *ader, double *dcv, double *ptot,
16 double *VrtMomCov, const VKalVrtControlBase *CONTROL);
17int afterFitWithIniPar(VKVertex *vk, double *ader, double *dcv, double *ptot,
18 double *VrtMomCov, const VKalVrtControlBase *CONTROL);
19
20} // namespace Trk
21
22#endif
23
Ensure that the ATLAS eigen extensions are properly loaded.
int afterFitWithIniPar(VKVertex *vk, double *ader, double *dcv, double *ptot, double *VrtMomCov, const VKalVrtControlBase *CONTROL)
Definition cfTotCov.cxx:83
int afterFit(VKVertex *vk, double *ader, double *dcv, double *ptot, double *VrtMomCov, const VKalVrtControlBase *CONTROL)
Definition cfTotCov.cxx:26