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

#include <TableTreeHelpers.h>

Public Member Functions

 BranchToColumn (TBranch *branch, bool VLA, std::string name, EDataType type, int listSize, arrow::MemoryPool *pool)
 
 ~BranchToColumn ()=default
 
TBranch * branch ()
 
std::pair< std::shared_ptr< arrow::ChunkedArray >, std::shared_ptr< arrow::Field > > read (TBuffer *buffer)
 

Detailed Description

Definition at line 59 of file TableTreeHelpers.h.

Constructor & Destructor Documentation

◆ BranchToColumn()

o2::framework::BranchToColumn::BranchToColumn ( TBranch *  branch,
bool  VLA,
std::string  name,
EDataType  type,
int  listSize,
arrow::MemoryPool *  pool 
)

Definition at line 111 of file TableTreeHelpers.cxx.

◆ ~BranchToColumn()

o2::framework::BranchToColumn::~BranchToColumn ( )
default

Member Function Documentation

◆ branch()

TBranch * o2::framework::BranchToColumn::branch ( )

Definition at line 106 of file TableTreeHelpers.cxx.

◆ read()

std::pair< std::shared_ptr< arrow::ChunkedArray >, std::shared_ptr< arrow::Field > > o2::framework::BranchToColumn::read ( TBuffer *  buffer)

Definition at line 139 of file TableTreeHelpers.cxx.


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