Definition at line 30 of file RNTupleExporter.hxx.
Classes | |
struct | RFilter |
struct | RPagesOptions |
struct | RPagesResult |
Public Types | |
enum class | EFilterType { kBlacklist , kWhitelist } |
Static Public Member Functions | |
static RPagesResult | ExportPages (RPageSource &source, const RPagesOptions &options={}) |
Given a page source, writes all its pages to individual files (1 per page). | |
#include <ROOT/RNTupleExporter.hxx>
|
strong |
Enumerator | |
---|---|
kBlacklist | Don't export items contained in the filter's set. |
kWhitelist | Export only items contained in the filter's set. |
Definition at line 32 of file RNTupleExporter.hxx.
|
static |
Given a page source, writes all its pages to individual files (1 per page).
If the source is not already attached, it will be attached by this process.
Definition at line 109 of file RNTupleExporter.cxx.