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