![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include "SimulationDataFormat/MCCompLabel.h"
#include "SimulationDataFormat/ConstMCTruthContainer.h"
#include "SimulationDataFormat/LabelContainer.h"
#include "SimulationDataFormat/IOMCTruthContainerView.h"
#include <algorithm>
#include <iostream>
#include <TFile.h>
#include <TTree.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 | |
Macros | |
#define | BOOST_TEST_MODULE Test MCTruthContainer class |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
o2::BOOST_AUTO_TEST_CASE (MCTruth) | |
o2::BOOST_AUTO_TEST_CASE (MCTruth_RandomAccess) | |
o2::BOOST_AUTO_TEST_CASE (MCTruthContainer_flatten) | |
o2::BOOST_AUTO_TEST_CASE (LabelContainer_noncont) | |
o2::BOOST_AUTO_TEST_CASE (MCTruthContainer_move) | |
o2::BOOST_AUTO_TEST_CASE (MCTruthContainer_ROOTIO) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file testMCTruthContainer.cxx.
#define BOOST_TEST_MAIN |
Definition at line 13 of file testMCTruthContainer.cxx.
#define BOOST_TEST_MODULE Test MCTruthContainer class |
Definition at line 12 of file testMCTruthContainer.cxx.