CbmRoot
|
#include "CbmVertex.h"
#include <TMatrixTSym.h>
#include <TVector3.h>
#include <regex>
#include <gtest/gtest-spi.h>
#include <gtest/gtest.h>
#include "../compareVertex.h"
Go to the source code of this file.
Functions | |
TEST (_GTestCbmVertex, CheckDefaultConstructor) | |
TEST (_GTestCbmVertex, CheckStandardConstructor) | |
TEST (_GTestCbmVertex, CheckConstructorAllArguments) | |
TEST (_GTestCbmVertex, CheckReset) | |
TEST (_GTestCbmVertex, CheckGetPosition) | |
TEST (_GTestCbmVertex, CheckGetCovMatrix) | |
TEST (_GTestCbmVertex, CheckSetVertex) | |
TEST (_GTestCbmVertex, CheckPrint) | |
TEST | ( | _GTestCbmVertex | , |
CheckConstructorAllArguments | ) |
Definition at line 37 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers(), and val1.
TEST | ( | _GTestCbmVertex | , |
CheckDefaultConstructor | ) |
Definition at line 17 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers().
TEST | ( | _GTestCbmVertex | , |
CheckGetCovMatrix | ) |
Definition at line 151 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers().
TEST | ( | _GTestCbmVertex | , |
CheckGetPosition | ) |
Definition at line 118 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers(), and CbmVertex::Position().
TEST | ( | _GTestCbmVertex | , |
CheckPrint | ) |
Definition at line 249 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers().
TEST | ( | _GTestCbmVertex | , |
CheckReset | ) |
Definition at line 90 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers(), and val1.
TEST | ( | _GTestCbmVertex | , |
CheckSetVertex | ) |
Definition at line 188 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers(), CbmVertex::SetVertex(), val1, and val2.
TEST | ( | _GTestCbmVertex | , |
CheckStandardConstructor | ) |
Definition at line 27 of file _GTestCbmVertex.cxx.
References compareVertexDataMembers().