Project
Loading...
Searching...
No Matches
o2::framework::TreeToTable Class Reference

#include <TableTreeHelpers.h>

Public Member Functions

 TreeToTable (arrow::MemoryPool *pool=arrow::default_memory_pool())
 
void setLabel (const char *label)
 
void addAllColumns (TTree *tree, std::vector< std::string > &&names={})
 
void fill (TTree *)
 
std::shared_ptr< arrow::Table > finalize ()
 

Detailed Description

Definition at line 128 of file TableTreeHelpers.h.

Constructor & Destructor Documentation

◆ TreeToTable()

o2::framework::TreeToTable::TreeToTable ( arrow::MemoryPool *  pool = arrow::default_memory_pool())

Definition at line 451 of file TableTreeHelpers.cxx.

Member Function Documentation

◆ addAllColumns()

void o2::framework::TreeToTable::addAllColumns ( TTree *  tree,
std::vector< std::string > &&  names = {} 
)

Definition at line 465 of file TableTreeHelpers.cxx.

◆ fill()

void o2::framework::TreeToTable::fill ( TTree *  tree)

Definition at line 536 of file TableTreeHelpers.cxx.

◆ finalize()

std::shared_ptr< arrow::Table > o2::framework::TreeToTable::finalize ( )

Definition at line 567 of file TableTreeHelpers.cxx.

◆ setLabel()

void o2::framework::TreeToTable::setLabel ( const char label)

Definition at line 531 of file TableTreeHelpers.cxx.


The documentation for this class was generated from the following files: