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

#include <TableTreeHelpers.h>

Public Member Functions

 ColumnToBranch (TTree *tree, std::shared_ptr< arrow::ChunkedArray > const &column, std::shared_ptr< arrow::Field > const &field)
 
 ColumnToBranch (ColumnToBranch const &other)=delete
 
 ColumnToBranch (ColumnToBranch &&other)=delete
 
void at (const int64_t *pos)
 
int fieldSize () const
 
int columnEntries () const
 
char const * branchName () const
 

Detailed Description

Definition at line 82 of file TableTreeHelpers.h.

Constructor & Destructor Documentation

◆ ColumnToBranch() [1/3]

o2::framework::ColumnToBranch::ColumnToBranch ( TTree *  tree,
std::shared_ptr< arrow::ChunkedArray > const &  column,
std::shared_ptr< arrow::Field > const &  field 
)

Definition at line 266 of file TableTreeHelpers.cxx.

◆ ColumnToBranch() [2/3]

o2::framework::ColumnToBranch::ColumnToBranch ( ColumnToBranch const &  other)
delete

◆ ColumnToBranch() [3/3]

o2::framework::ColumnToBranch::ColumnToBranch ( ColumnToBranch &&  other)
delete

Member Function Documentation

◆ at()

void o2::framework::ColumnToBranch::at ( const int64_t *  pos)

Definition at line 313 of file TableTreeHelpers.cxx.

◆ branchName()

char const * o2::framework::ColumnToBranch::branchName ( ) const
inline

Definition at line 91 of file TableTreeHelpers.h.

◆ columnEntries()

int o2::framework::ColumnToBranch::columnEntries ( ) const
inline

Definition at line 90 of file TableTreeHelpers.h.

◆ fieldSize()

int o2::framework::ColumnToBranch::fieldSize ( ) const
inline

Definition at line 89 of file TableTreeHelpers.h.


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