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 10 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), and kPIXELHIT.
TEST | ( | _GTestCbmPixelHit | , |
CheckSetters | |||
) |
Definition at line 75 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 19 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), and kPIXELHIT.
TEST | ( | _GTestCbmPixelHit | , |
CheckStandardConstructorTVector3 | |||
) |
Definition at line 37 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), kPIXELHIT, and pos.
TEST | ( | _GTestCbmPixelHit | , |
CheckStandardConstructorTVector3WithTime | |||
) |
Definition at line 56 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), kPIXELHIT, and pos.
TEST | ( | _GTestCbmPixelHit | , |
CheckStandardConstructorWithTime | |||
) |
Definition at line 28 of file _GTestCbmPixelHit.cxx.
References comparePixelHitDataMembers(), and kPIXELHIT.
TEST | ( | _GTestCbmPixelHit | , |
CheckToString | |||
) |
Definition at line 219 of file _GTestCbmPixelHit.cxx.
References CbmPixelHit::ToString().