ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace Trk {
12
13struct fitMatrix {
15};
16
17} // namespace Trk
18
19#endif // TRKIPATFITTERUTILS_FITMATRIX_H
#define mxparam
Definition FitMatrix.h:9
#define mxmeas
Definition FitMatrix.h:8
Ensure that the ATLAS eigen extensions are properly loaded.
double derivative[mxmeas][mxparam]
Definition FitMatrix.h:14