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

#include <TableTreeHelpers.h>

Public Member Functions

 TableToTree (std::shared_ptr< arrow::Table > const &table, TFile *file, const char *treename)
 
std::shared_ptr< TTree > process ()
 
void addBranch (std::shared_ptr< arrow::ChunkedArray > const &column, std::shared_ptr< arrow::Field > const &field)
 
void addAllBranches ()
 

Detailed Description

Definition at line 112 of file TableTreeHelpers.h.

Constructor & Destructor Documentation

◆ TableToTree()

o2::framework::TableToTree::TableToTree ( std::shared_ptr< arrow::Table > const &  table,
TFile *  file,
const char treename 
)

Definition at line 373 of file TableTreeHelpers.cxx.

Member Function Documentation

◆ addAllBranches()

void o2::framework::TableToTree::addAllBranches ( )

Definition at line 389 of file TableTreeHelpers.cxx.

◆ addBranch()

void o2::framework::TableToTree::addBranch ( std::shared_ptr< arrow::ChunkedArray > const &  column,
std::shared_ptr< arrow::Field > const &  field 
)

Definition at line 400 of file TableTreeHelpers.cxx.

◆ process()

std::shared_ptr< TTree > o2::framework::TableToTree::process ( )

Definition at line 410 of file TableTreeHelpers.cxx.


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