Belle II Software development
|
Test Class. More...
Protected Member Functions | |
virtual void | SetUp () |
Fills the data into the internal data structure that is used for testing. | |
Protected Attributes | |
std::array< std::vector< double >, 3 > | m_testData |
data that is used in the tests | |
TestMatrix | m_covMatrix |
covariance matrix of the data as calculated via MATLAB | |
TestMatrix | m_identity = TestMatrix::Identity() |
provide the identity matrix as class-member since it is used in many testcases | |
Test Class.
Definition at line 70 of file decorrelationMatrix.cc.
|
inlineprotectedvirtual |
Fills the data into the internal data structure that is used for testing.
NOTE: data created with MATLAB and imported here hardcoded
Definition at line 77 of file decorrelationMatrix.cc.
|
protected |
covariance matrix of the data as calculated via MATLAB
Definition at line 97 of file decorrelationMatrix.cc.
|
protected |
provide the identity matrix as class-member since it is used in many testcases
Definition at line 100 of file decorrelationMatrix.cc.
|
protected |
data that is used in the tests
Definition at line 94 of file decorrelationMatrix.cc.