![]() |
Project
|
#include "Framework/RootArrowFilesystem.h"#include "Framework/Plugins.h"#include "Framework/Signpost.h"#include "Framework/Endian.h"#include <TBufferFile.h>#include <TBufferIO.h>#include <arrow/buffer.h>#include <arrow/dataset/file_base.h>#include <arrow/extension_type.h>#include <arrow/memory_pool.h>#include <arrow/status.h>#include <arrow/type.h>#include <arrow/type_fwd.h>#include <arrow/util/key_value_metadata.h>#include <arrow/array/array_nested.h>#include <arrow/array/array_primitive.h>#include <arrow/array/builder_nested.h>#include <arrow/array/builder_primitive.h>#include <arrow/array/util.h>#include <arrow/record_batch.h>#include <TTree.h>#include <TBranch.h>#include <TFile.h>#include <TLeaf.h>#include <unistd.h>#include <cstdint>#include <memory>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::framework |
| Defining PrimaryVertex explicitly as messageable. | |
Enumerations | |
| enum struct | o2::framework::ReadOpKind { o2::framework::Unknown , o2::framework::Offsets , o2::framework::Values , o2::framework::Booleans , o2::framework::VLA } |
Functions | |
| O2_DECLARE_DYNAMIC_LOG (root_arrow_fs) | |
| TBufferFile & | o2::framework::rootBuffer () |
| char const * | o2::framework::rootSuffixFromArrow (arrow::Type::type id) |
| auto | o2::framework::arrowTypeFromROOT (EDataType type, int size) |
| DEFINE_DPL_PLUGINS_BEGIN | o2::framework::DEFINE_DPL_PLUGIN_INSTANCE (TTreeObjectReadingImplementation, RootObjectReadingImplementation) |
Variables | |
| auto | o2::framework::readValues |
| auto | o2::framework::readBoolValues |
| auto | o2::framework::readVLAValues |
| auto | o2::framework::readOffsets |
| O2_DECLARE_DYNAMIC_LOG | ( | root_arrow_fs | ) |
| bool mVLA |
Definition at line 842 of file TTreePlugin.cxx.
Definition at line 840 of file TTreePlugin.cxx.
| TBranch* ptr |
Definition at line 841 of file TTreePlugin.cxx.