Project
Loading...
Searching...
No Matches
test_TreeToTable.cxx File Reference
#include <catch_amalgamated.hpp>
#include "Framework/CommonDataProcessors.h"
#include "Framework/TableTreeHelpers.h"
#include "Framework/Logger.h"
#include "Framework/TableBuilder.h"
#include <TTree.h>
#include <TRandom.h>
#include <arrow/table.h>
#include <array>

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::aod
 
namespace  o2::aod::cols
 

Functions

 TEST_CASE ("TreeToTableConversion")
 
 o2::aod::cols::DECLARE_SOA_COLUMN (Ivec, ivec, std::vector< int >)
 
 o2::aod::cols::DECLARE_SOA_COLUMN (Fvec, fvec, std::vector< float >)
 
 o2::aod::cols::DECLARE_SOA_COLUMN (Dvec, dvec, std::vector< double >)
 
 o2::aod::cols::DECLARE_SOA_COLUMN (UIvec, uivec, std::vector< uint8_t >)
 
 o2::aod::DECLARE_SOA_TABLE (Vectors, "AOD", "VECS", o2::soa::Index<>, cols::Ivec, cols::Fvec, cols::Dvec, cols::UIvec)
 
 TEST_CASE ("VariableLists")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "TreeToTableConversion"  )

Create a simple TTree

Definition at line 26 of file test_TreeToTable.cxx.

◆ TEST_CASE() [2/2]

TEST_CASE ( "VariableLists"  )

Definition at line 171 of file test_TreeToTable.cxx.