![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include <fmt/format.h>
#include <DataFormatsEMCAL/Constants.h>
#include "EMCALBase/Mapper.h"
#include <array>
#include <iostream>
#include <fstream>
#include <vector>
#include "RStringView.h"
Go to the source code of this file.
Classes | |
struct | refchannel |
Macros | |
#define | BOOST_TEST_MODULE Test EMCAL Base |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
std::vector< refchannel > | loadReferenceMapping (const std::string_view mappingfile) |
Load reference mapping from mapping file. | |
BOOST_AUTO_TEST_CASE (Mapper_test) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 13 of file testMapper.cxx.
#define BOOST_TEST_MAIN |
Definition at line 12 of file testMapper.cxx.
Definition at line 11 of file testMapper.cxx.
BOOST_AUTO_TEST_CASE | ( | Mapper_test | ) |
\macro Test implementation of the EMCAL mapper
Test coverage:
Definition at line 41 of file testMapper.cxx.
std::vector< refchannel > loadReferenceMapping | ( | const std::string_view | mappingfile | ) |
Load reference mapping from mapping file.
mappingfile | Full path to the file with the mapping |
Definition at line 88 of file testMapper.cxx.