![]() |
Project
|
This task tests the mapper function. More...
#include <boost/test/unit_test.hpp>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include "TPCBase/Mapper.h"
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::tpc |
Global TPC definitions and constants. | |
Macros | |
#define | BOOST_TEST_MODULE Test TPC Mapper |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
o2::tpc::BOOST_AUTO_TEST_CASE (Mapper_complex_test1) | |
Test the mapping Complex test, in which the pad plane mapping is read in and compared to the outcome of the filtering of the pad coordinates (x,y) through the mapper Tests the most important functions. | |
This task tests the mapper function.
Definition in file testTPCMapper.cxx.
#define BOOST_TEST_DYN_LINK |
Definition at line 18 of file testTPCMapper.cxx.
#define BOOST_TEST_MAIN |
Definition at line 17 of file testTPCMapper.cxx.
#define BOOST_TEST_MODULE Test TPC Mapper |
Definition at line 16 of file testTPCMapper.cxx.