CbmRoot
|
#include "Definitions.h"
#include "detectors/sts/StsRecoUtils.h"
#include <array>
#include <optional>
#include <gtest.h>
#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 15 of file _GTestChannelMapping.cxx.
TEST | ( | _ChannelMapping | , |
Compatibility | ) |
Definition at line 77 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 109 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 66 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 22 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 33 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInModule(), and EXPECT_OPT.
TEST | ( | _ChannelMapping | , |
ReverseFailOnValueLimits | ) |
Definition at line 28 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInAsic(), and cbm::algo::sts::Module::CHANNELS_PER_MODULE.
TEST | ( | _ChannelMapping | , |
ReverseModuleEdgesMapping | ) |
Definition at line 42 of file _GTestChannelMapping.cxx.
References cbm::algo::sts::Module::ChannelInAsic(), and EXPECT_OPT.