12#define BOOST_TEST_MODULE Test HitProcessingTest class
13#define BOOST_TEST_MAIN
14#define BOOST_TEST_DYN_LINK
16#include <boost/test/unit_test.hpp>
30 auto makefile = [](std::string
name,
int n) {
31 TFile
file(
name.c_str(),
"RECREATE");
32 TTree
tree(
"o2sim",
"");
39 makefile(
"o2sim_1.root", 4);
40 mgr.addInputFile(
"o2sim_1.root");
41 makefile(
"o2sim_2.root", 5);
42 mgr.addInputFile(
"o2sim_2.root");
43 makefile(
"o2sim_s_1.root", 5);
44 mgr.addInputSignalFile(
"o2sim_s_1.root", 1);
45 makefile(
"o2sim_s_2.root", 20);
46 mgr.addInputSignalFile(
"o2sim_s_2.root", 2);
47 makefile(
"o2sim_s_3.root", 13);
48 mgr.addInputSignalFile(
"o2sim_s_3.root", 1);
static HitProcessingManager & instance()
get access to singleton instance
GLuint const GLchar * name
BOOST_AUTO_TEST_CASE(HitProcessingTest)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::unique_ptr< TTree > tree((TTree *) flIn.Get(std::string(o2::base::NameConf::CTFTREENAME).c_str()))