Project
Loading...
Searching...
No Matches
o2::framework::RootObjectReadingCapability Struct Reference

#include <RootArrowFilesystem.h>

Public Attributes

std::string name = "unknown"
 
std::function< std::string(std::string)> lfn2objectPath
 
std::function< void *(std::shared_ptr< arrow::fs::FileSystem > fs, std::string const &path)> getHandle
 
std::function< bool(char const *)> checkSupport
 
std::function< RootArrowFactory &()> factory
 

Detailed Description

Definition at line 110 of file RootArrowFilesystem.h.

Member Data Documentation

◆ checkSupport

std::function<bool(char const*)> o2::framework::RootObjectReadingCapability::checkSupport

Definition at line 124 of file RootArrowFilesystem.h.

◆ factory

std::function<RootArrowFactory&()> o2::framework::RootObjectReadingCapability::factory

Definition at line 130 of file RootArrowFilesystem.h.

◆ getHandle

std::function<void*(std::shared_ptr<arrow::fs::FileSystem> fs, std::string const& path)> o2::framework::RootObjectReadingCapability::getHandle

Definition at line 122 of file RootArrowFilesystem.h.

◆ lfn2objectPath

std::function<std::string(std::string)> o2::framework::RootObjectReadingCapability::lfn2objectPath

Definition at line 117 of file RootArrowFilesystem.h.

◆ name

std::string o2::framework::RootObjectReadingCapability::name = "unknown"

Definition at line 112 of file RootArrowFilesystem.h.


The documentation for this struct was generated from the following file: