|
CbmRoot
|
#include "CbmPixelHit.h"#include <TVector3.h>#include <gtest/gtest-spi.h>#include <gtest/gtest.h>#include "comparePixelHit.h"Go to the source code of this file.
Functions | |
| TEST (_GTestCbmPixelHit, CheckDefaultConstructor) | |
| TEST (_GTestCbmPixelHit, CheckStandardConstructor) | |
| TEST (_GTestCbmPixelHit, CheckStandardConstructorWithTime) | |
| TEST (_GTestCbmPixelHit, CheckStandardConstructorTVector3) | |
| TEST (_GTestCbmPixelHit, CheckStandardConstructorTVector3WithTime) | |
| TEST (_GTestCbmPixelHit, CheckSetters) | |
| TEST (_GTestCbmPixelHit, CheckToString) | |
| TEST | ( | _GTestCbmPixelHit | , |
| CheckDefaultConstructor | ) |
Definition at line 14 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), and kPIXELHIT.
| TEST | ( | _GTestCbmPixelHit | , |
| CheckSetters | ) |
Definition at line 79 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), kPIXELHIT, pos, CbmPixelHit::Position(), CbmPixelHit::PositionError(), CbmPixelHit::SetDx(), CbmPixelHit::SetDxy(), CbmPixelHit::SetDy(), CbmPixelHit::SetPosition(), CbmPixelHit::SetPositionError(), CbmPixelHit::SetX(), and CbmPixelHit::SetY().
| TEST | ( | _GTestCbmPixelHit | , |
| CheckStandardConstructor | ) |
Definition at line 23 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), and kPIXELHIT.
| TEST | ( | _GTestCbmPixelHit | , |
| CheckStandardConstructorTVector3 | ) |
Definition at line 41 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), kPIXELHIT, and pos.
| TEST | ( | _GTestCbmPixelHit | , |
| CheckStandardConstructorTVector3WithTime | ) |
Definition at line 60 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), kPIXELHIT, and pos.
| TEST | ( | _GTestCbmPixelHit | , |
| CheckStandardConstructorWithTime | ) |
Definition at line 32 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), and kPIXELHIT.
| TEST | ( | _GTestCbmPixelHit | , |
| CheckToString | ) |
Definition at line 144 of file _GTestCbmPixelHit.cxx.
References CbmPixelHit::ToString().