Belle II Software development
|
helper struct for testing purposes providing the necessary coordinate accessors NOTE: this is only temporarily stored in a separate header! More...
Classes | |
class | DecorrelationMatrixTest |
Test Class. More... | |
struct | TestSpacePoint |
Helper struct for SpacePoint Tests. More... | |
Typedefs | |
using | TestMatrix = Eigen::Matrix< double, 3, 3, Eigen::RowMajor > |
typedef for less typing effort | |
Functions | |
TEST_F (DecorrelationMatrixTest, TestSetUp) | |
basic test of correct SetUp | |
TEST_F (DecorrelationMatrixTest, TestConstructor) | |
test if the default constructor initializes the internal matrix to the identity matrix | |
TEST_F (DecorrelationMatrixTest, TestCalculateDecorrMatrix) | |
test if the decorrelation matrix is correctly calculated from a given covariance matrix | |
TEST_F (DecorrelationMatrixTest, TestCaluclateCovMatrix) | |
test if the calculation of the covariance matrix is correct | |
TEST_F (DecorrelationMatrixTest, TestDecorrelationMatrixIO) | |
test if the IO methods work as advertised. | |
Variables | |
const std::vector< double > | v1 |
MATLAB generated random vector. | |
const std::vector< double > | v2 |
MATLAB generated random vector. | |
const std::vector< double > | v3 |
MATLAB generated random vector. | |
helper struct for testing purposes providing the necessary coordinate accessors NOTE: this is only temporarily stored in a separate header!
using TestMatrix = Eigen::Matrix<double, 3, 3, Eigen::RowMajor> |
typedef for less typing effort
Definition at line 25 of file decorrelationMatrix.cc.
TEST_F | ( | DecorrelationMatrixTest | , |
TestCalculateDecorrMatrix | |||
) |
test if the decorrelation matrix is correctly calculated from a given covariance matrix
Definition at line 124 of file decorrelationMatrix.cc.
TEST_F | ( | DecorrelationMatrixTest | , |
TestCaluclateCovMatrix | |||
) |
test if the calculation of the covariance matrix is correct
Definition at line 151 of file decorrelationMatrix.cc.
TEST_F | ( | DecorrelationMatrixTest | , |
TestConstructor | |||
) |
test if the default constructor initializes the internal matrix to the identity matrix
Definition at line 111 of file decorrelationMatrix.cc.
TEST_F | ( | DecorrelationMatrixTest | , |
TestDecorrelationMatrixIO | |||
) |
test if the IO methods work as advertised.
First write to and then read in again from a temporary file and then compare the written out and read in matrix
Definition at line 175 of file decorrelationMatrix.cc.
TEST_F | ( | DecorrelationMatrixTest | , |
TestSetUp | |||
) |
basic test of correct SetUp
Definition at line 104 of file decorrelationMatrix.cc.
const std::vector<double> v1 |
MATLAB generated random vector.
Definition at line 28 of file decorrelationMatrix.cc.
const std::vector<double> v2 |
MATLAB generated random vector.
Definition at line 42 of file decorrelationMatrix.cc.
const std::vector<double> v3 |
MATLAB generated random vector.
Definition at line 56 of file decorrelationMatrix.cc.