![]() |
Project
|
Public Attributes | |
TBranch * | branch = nullptr |
std::shared_ptr< arrow::Buffer > | targetBuffer = nullptr |
int64_t | rootBranchEntries = 0 |
size_t | typeSize = 0 |
size_t | listSize = 0 |
int64_t | offsetCount = 0 |
ReadOpKind | kind = ReadOpKind::Unknown |
Definition at line 53 of file TTreePlugin.cxx.
TBranch* o2::framework::ReadOps::branch = nullptr |
Definition at line 54 of file TTreePlugin.cxx.
ReadOpKind o2::framework::ReadOps::kind = ReadOpKind::Unknown |
Definition at line 62 of file TTreePlugin.cxx.
size_t o2::framework::ReadOps::listSize = 0 |
Definition at line 58 of file TTreePlugin.cxx.
int64_t o2::framework::ReadOps::offsetCount = 0 |
Definition at line 61 of file TTreePlugin.cxx.
int64_t o2::framework::ReadOps::rootBranchEntries = 0 |
Definition at line 56 of file TTreePlugin.cxx.
std::shared_ptr<arrow::Buffer> o2::framework::ReadOps::targetBuffer = nullptr |
Definition at line 55 of file TTreePlugin.cxx.
size_t o2::framework::ReadOps::typeSize = 0 |
Definition at line 57 of file TTreePlugin.cxx.