![]() |
Project
|
This task tests the SyncPatternMonitor module of the TPC GBT frame reader. More...
#include <boost/test/unit_test.hpp>#include "TPCReconstruction/SyncPatternMonitor.h"#include <vector>#include <iostream>#include <iomanip>Go to the source code of this file.
Classes | |
| struct | o2::tpc::result |
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 SyncPatternMonitor |
| #define | BOOST_TEST_MAIN |
| #define | BOOST_TEST_DYN_LINK |
Functions | |
| o2::tpc::BOOST_AUTO_TEST_CASE (SyncPatternMonitor_test1) | |
| Test 1 basic class IO tests. | |
| o2::tpc::BOOST_AUTO_TEST_CASE (SyncPatternMonitor_test2) | |
| Test 2 valid sequences. | |
| o2::tpc::BOOST_AUTO_TEST_CASE (SyncPatternMonitor_test3) | |
| Test 3 valid sequences, 1 pattern replaced with something else. | |
This task tests the SyncPatternMonitor module of the TPC GBT frame reader.
Definition in file testTPCSyncPatternMonitor.cxx.
| #define BOOST_TEST_DYN_LINK |
Definition at line 18 of file testTPCSyncPatternMonitor.cxx.
| #define BOOST_TEST_MAIN |
Definition at line 17 of file testTPCSyncPatternMonitor.cxx.
| #define BOOST_TEST_MODULE Test TPC SyncPatternMonitor |
Definition at line 16 of file testTPCSyncPatternMonitor.cxx.