Belle II Software
release-08-01-10
|
helper struct for testing purposes providing the necessary coordinate accessors NOTE: this is only temporaryly stored in a separate header! More...
Classes | |
struct | TestSpacePoint |
Helper struct for SpacePoint Tests. More... | |
class | DecorrelationMatrixTest |
Test Class. 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. More... | |
Variables | |
const std::vector< double > | v1 |
MATLAB generated random vector. More... | |
const std::vector< double > | v2 |
MATLAB generated random vector. More... | |
const std::vector< double > | v3 |
MATLAB generated random vector. More... | |
helper struct for testing purposes providing the necessary coordinate accessors NOTE: this is only temporaryly stored in a separate header!
VXDTFFilterTest::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.
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.