CMS 3D CMS Logo

SingularMode.h
Go to the documentation of this file.
1 /****************************************************************************
2 * Authors:
3 * Jan Kašpar (jan.kaspar@gmail.com)
4 ****************************************************************************/
5 
6 #ifndef CalibPPS_AlignmentRelative_SingularMode_h
7 #define CalibPPS_AlignmentRelative_SingularMode_h
8 
9 #include <TVectorD.h>
10 
14 struct SingularMode {
16  double val;
17 
19  TVectorD vec;
20 
22  int idx;
23 };
24 
25 #endif
TVectorD vec
eigen vector
Definition: SingularMode.h:19
int idx
index
Definition: SingularMode.h:22
double val
eigen value
Definition: SingularMode.h:16