ATLAS Offline Software
Loading...
Searching...
No Matches
cfImp.cxx File Reference
Include dependency graph for cfImp.cxx:

Go to the source code of this file.

Namespaces

namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.

Macros

#define min(a, b)
#define max(a, b)

Functions

void Trk::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)
void Trk::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)

Macro Definition Documentation

◆ max

#define max ( a,
b )
Value:
((a) >= (b) ? (a) : (b))
static Double_t a

Definition at line 41 of file cfImp.cxx.

◆ min

#define min ( a,
b )
Value:
((a) <= (b) ? (a) : (b))

Definition at line 40 of file cfImp.cxx.