|
CbmRoot
|
#include "algo/base/Definitions.h"#include "algo/detectors/sts/StsRecoUtils.h"#include <array>#include <optional>#include <gtest/gtest-death-test.h>#include <gtest/gtest.h>Go to the source code of this file.
Macros | |
| #define | EXPECT_OPT(maybe_val1, val2) |
Functions | |
| TEST (_ChannelMapping, FailOnValueLimits) | |
| TEST (_ChannelMapping, ReverseFailOnValueLimits) | |
| TEST (_ChannelMapping, ModuleEdgesMapping) | |
| TEST (_ChannelMapping, ReverseModuleEdgesMapping) | |
| TEST (_ChannelMapping, ExaustiveMapping) | |
| TEST (_ChannelMapping, Compatibility) | |
| TEST (_ChannelMapping, Completness) | |
| #define EXPECT_OPT | ( | maybe_val1, | |
| val2 ) |
Definition at line 14 of file _GTestChannelMapping.cxx.
| TEST | ( | _ChannelMapping | , |
| Compatibility | ) |
Definition at line 76 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ASICS_PER_MODULE, cbm::algo::sts::Module::ChannelInModule(), cbm::algo::sts::Module::CHANNELS_PER_ASIC, and EXPECT_OPT.
| TEST | ( | _ChannelMapping | , |
| Completness | ) |
Definition at line 108 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ASICS_PER_MODULE, cbm::algo::sts::Module::ChannelInModule(), and cbm::algo::sts::Module::CHANNELS_PER_ASIC.
| TEST | ( | _ChannelMapping | , |
| ExaustiveMapping | ) |
Definition at line 65 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInAsic(), cbm::algo::sts::Module::ChannelInModule(), cbm::algo::sts::Module::CHANNELS_PER_MODULE, and EXPECT_OPT.
| TEST | ( | _ChannelMapping | , |
| FailOnValueLimits | ) |
Definition at line 21 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ASICS_PER_MODULE, cbm::algo::sts::Module::ChannelInModule(), and cbm::algo::sts::Module::CHANNELS_PER_ASIC.
| TEST | ( | _ChannelMapping | , |
| ModuleEdgesMapping | ) |
Definition at line 32 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInModule(), and EXPECT_OPT.
| TEST | ( | _ChannelMapping | , |
| ReverseFailOnValueLimits | ) |
Definition at line 27 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInAsic(), and cbm::algo::sts::Module::CHANNELS_PER_MODULE.
| TEST | ( | _ChannelMapping | , |
| ReverseModuleEdgesMapping | ) |
Definition at line 41 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInAsic(), and EXPECT_OPT.