ATLAS Offline Software
FitMatrix.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRKIPATFITTERUTILS_FITMATRIX_H
6 #define TRKIPATFITTERUTILS_FITMATRIX_H
7 
8 #define mxmeas 1000
9 #define mxparam 256
10 
11 namespace Trk {
12 
13 struct fitMatrix {
15 };
16 
17 } // namespace Trk
18 
19 #endif // TRKIPATFITTERUTILS_FITMATRIX_H
Trk::fitMatrix
Definition: FitMatrix.h:13
Trk::fitMatrix::derivative
double derivative[mxmeas][mxparam]
Definition: FitMatrix.h:14
mxparam
#define mxparam
Definition: FitMatrix.h:9
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
mxmeas
#define mxmeas
Definition: FitMatrix.h:8