CbmRoot
|
#include "CbmStripHit.h"
#include <TVector3.h>
#include <gtest/gtest-spi.h>
#include <gtest/gtest.h>
#include "compareStripHit.h"
Go to the source code of this file.
Functions | |
TEST (_GTestCbmStripHit, CheckDefaultConstructor) | |
TEST (_GTestCbmStripHit, CheckStandardConstructor) | |
TEST (_GTestCbmStripHit, CheckStandardConstructorWithTime) | |
TEST (_GTestCbmStripHit, CheckStandardConstructorTVector3) | |
TEST (_GTestCbmStripHit, CheckStandardConstructorTVector3WithTime) | |
TEST (_GTestCbmStripHit, CheckSetters) | |
TEST (_GTestCbmMatch, CheckToString) | |
TEST | ( | _GTestCbmMatch | , |
CheckToString | |||
) |
Definition at line 123 of file _GTestCbmStripHit.cxx.
References CbmStripHit::ToString().
TEST | ( | _GTestCbmStripHit | , |
CheckDefaultConstructor | |||
) |
Definition at line 10 of file _GTestCbmStripHit.cxx.
References compareStripHitDataMembers(), and kSTRIPHIT.
TEST | ( | _GTestCbmStripHit | , |
CheckSetters | |||
) |
Definition at line 75 of file _GTestCbmStripHit.cxx.
References compareStripHitDataMembers(), kSTRIPHIT, CbmStripHit::SetDphi(), CbmStripHit::SetDu(), CbmStripHit::SetPhi(), and CbmStripHit::SetU().
TEST | ( | _GTestCbmStripHit | , |
CheckStandardConstructor | |||
) |
Definition at line 19 of file _GTestCbmStripHit.cxx.
References compareStripHitDataMembers(), and kSTRIPHIT.
TEST | ( | _GTestCbmStripHit | , |
CheckStandardConstructorTVector3 | |||
) |
Definition at line 37 of file _GTestCbmStripHit.cxx.
References compareStripHitDataMembers(), kSTRIPHIT, and pos.
TEST | ( | _GTestCbmStripHit | , |
CheckStandardConstructorTVector3WithTime | |||
) |
Definition at line 56 of file _GTestCbmStripHit.cxx.
References compareStripHitDataMembers(), kSTRIPHIT, and pos.
TEST | ( | _GTestCbmStripHit | , |
CheckStandardConstructorWithTime | |||
) |
Definition at line 28 of file _GTestCbmStripHit.cxx.
References compareStripHitDataMembers(), and kSTRIPHIT.