![]() |
Project
|
this task tests grouping and averaging More...
#include <boost/test/unit_test.hpp>
#include "TPCCalibration/IDCAverageGroup.h"
#include <vector>
#include <algorithm>
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 O2TPCIDCAverageGroup class |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
unsigned int | o2::tpc::genRand (const int maxVal) |
unsigned int | o2::tpc::genRandSecEdge () |
std::vector< float > | o2::tpc::getIDCs (const int region) |
std::vector< float > | o2::tpc::getIDCsSide () |
o2::tpc::BOOST_AUTO_TEST_CASE (AverageGroupSector_test) | |
this task tests grouping and averaging
Definition in file testO2TPCIDCAverageGroup.cxx.
#define BOOST_TEST_DYN_LINK |
Definition at line 19 of file testO2TPCIDCAverageGroup.cxx.
#define BOOST_TEST_MAIN |
Definition at line 18 of file testO2TPCIDCAverageGroup.cxx.
#define BOOST_TEST_MODULE Test TPC O2TPCIDCAverageGroup class |
Definition at line 17 of file testO2TPCIDCAverageGroup.cxx.