Classes | |
| class | ROOT::RNTupleWriter |
| An RNTuple that gets filled with entries (data) and writes them to storage. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Experimental |
| Namespace for ROOT features in testing. | |
| namespace | ROOT::Internal |
Functions | |
| std::unique_ptr< RNTupleWriter > | ROOT::Internal::CreateRNTupleWriter (std::unique_ptr< ROOT::RNTupleModel > model, std::unique_ptr< Internal::RPageSink > sink) |
| std::unique_ptr< RNTupleWriter > | ROOT::Experimental::RNTupleWriter_Append (std::unique_ptr< ROOT::RNTupleModel > model, std::string_view ntuplePath, ROOT::Experimental::RFile &file, const ROOT::RNTupleWriteOptions &options=ROOT::RNTupleWriteOptions()) |
| Creates an RNTupleWriter that writes into the given file, appending to it. | |
Definition in file RNTupleWriter.hxx.