|  | Belle II Software
    release-08-03-00
    | 
Test Class. More...


| Protected Member Functions | |
| virtual void | SetUp () | 
| Fills the data into the internal data structure that is used for testing.  More... | |
| 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.