![]() |
Project
|
#include "../include/DataFormatsTPC/CompressedClusters.h"
#include "../include/DataFormatsTPC/CompressedClustersHelpers.h"
#include <boost/test/unit_test.hpp>
#include <string>
#include <vector>
#include <TSystem.h>
#include <TFile.h>
#include <TTree.h>
#include <TBranch.h>
Go to the source code of this file.
Classes | |
struct | o2::tpc::ClustersData |
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 DataFormats |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
template<typename ContainerType > | |
void | o2::tpc::fillRandom (ContainerType &target, size_t size) |
void | o2::tpc::fillClusters (CompressedClustersROOT &clusters, ClustersData &data) |
o2::tpc::BOOST_AUTO_TEST_CASE (test_tpc_compressedclusters) | |
o2::tpc::BOOST_AUTO_TEST_CASE (test_tpc_compressedclusters_root_streaming) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 18 of file testCompressedClusters.cxx.
#define BOOST_TEST_MAIN |
Definition at line 17 of file testCompressedClusters.cxx.
#define BOOST_TEST_MODULE Test TPC DataFormats |
Definition at line 16 of file testCompressedClusters.cxx.