ATLAS Offline Software
Loading...
Searching...
No Matches
cfImp.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_CFIMP_H
9#define TRKVKALVRTCORE_CFIMP_H
10
11#include <array>
12
14
15namespace Trk {
16
17void cfimp(long int TrkID, long int ich, int IFL, double *par,
18 const double *err, double *vrt, double *vcov, double *rimp,
19 double *rcov, double *sign, VKalVrtControlBase *FitCONTROL);
20
21void cfimpc(long int TrkID, long int ich, int IFL, double *par,
22 const double *err, double *vrt, double *vcov, double *rimp,
23 double *rcov, double *sign, VKalVrtControlBase *FitCONTROL);
24
25} // namespace Trk
26
27#endif
28
int sign(int a)
Ensure that the ATLAS eigen extensions are properly loaded.
void cfimp(long int TrkID, long int ich, int IFL, double *par, const double *err, double *vrt, double *vcov, double *rimp, double *rcov, double *sign, VKalVrtControlBase *FitCONTROL)
Definition cfImp.cxx:43
void cfimpc(long int TrkID, long int ich, int IFL, double *par, const double *err, double *vrt, double *vcov, double *rimp, double *rcov, double *sign, VKalVrtControlBase *FitCONTROL)
Definition cfImp.cxx:135