CbmRoot
|
#include "CbmTrdAddress.h"
#include <TString.h>
#include <gtest/gtest-spi.h>
#include <gtest/gtest.h>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | InOutStructure |
class | _TestCbmTrdAddressBase< T > |
class | CbmTrdAddressTest |
class | CbmTrdAddressParamTest |
Functions | |
TEST_F (CbmTrdAddressTest, CheckDefaultSettings) | |
TEST_P (CbmTrdAddressParamTest, checkUniqueIdCreation) | |
Variables | |
InOutStructure | val1 = {0, 0, 0, 0, 0, 0} |
InOutStructure | val2 = {kTrd, 0, 0, 0, 0, 5} |
InOutStructure | val3 = {0, 1, 0, 0, 0, 32} |
InOutStructure | val4 = {0, 0, 1, 0, 0, 512} |
InOutStructure | val5 = {0, 0, 0, 1, 0, 4096} |
InOutStructure | val6 = {0, 0, 0, 0, 1, 131072} |
InOutStructure | val7 = {0, 0, 0, 0, 0, 33554432} |
InOutStructure | val8 = {kTrd, 1, 1, 1, 1, 33690149} |
InOutStructure | val9 = {kTrd, 3, 3, 2, 34, 105129573} |
InOutStructure | val10 = {kTrd, 2, 3, 3, 17, 69350981} |
InOutStructure | val11 = {0, 0, 0, 8, 0, 32768} |
InOutStructure | val12 = {kTrd, 2, 3, 5, 17, 69359173} |
TEST_F | ( | CbmTrdAddressTest | , |
CheckDefaultSettings | |||
) |
Definition at line 41 of file _GTestCbmTrdDetectorId.cxx.
TEST_P | ( | CbmTrdAddressParamTest | , |
checkUniqueIdCreation | |||
) |
Definition at line 82 of file _GTestCbmTrdDetectorId.cxx.
References kTrd.
InOutStructure val1 = {0, 0, 0, 0, 0, 0} |
Definition at line 106 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val10 = {kTrd, 2, 3, 3, 17, 69350981} |
Definition at line 115 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val11 = {0, 0, 0, 8, 0, 32768} |
Definition at line 116 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val12 = {kTrd, 2, 3, 5, 17, 69359173} |
Definition at line 117 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val2 = {kTrd, 0, 0, 0, 0, 5} |
Definition at line 107 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val3 = {0, 1, 0, 0, 0, 32} |
Definition at line 108 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val4 = {0, 0, 1, 0, 0, 512} |
Definition at line 109 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val5 = {0, 0, 0, 1, 0, 4096} |
Definition at line 110 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val6 = {0, 0, 0, 0, 1, 131072} |
Definition at line 111 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val7 = {0, 0, 0, 0, 0, 33554432} |
Definition at line 112 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val8 = {kTrd, 1, 1, 1, 1, 33690149} |
Definition at line 113 of file _GTestCbmTrdDetectorId.cxx.
InOutStructure val9 = {kTrd, 3, 3, 2, 34, 105129573} |
Definition at line 114 of file _GTestCbmTrdDetectorId.cxx.