Definition at line 32 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 (ROOT::Internal::RPageSource &source, const RPagesOptions &options={}) |
Given a page source, writes all its pages to individual files (1 per page). | |
#include <ROOT/RNTupleExporter.hxx>
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 34 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 112 of file RNTupleExporter.cxx.