#include <ROOT/RConfig.hxx>#include <ROOT/REntry.hxx>#include <ROOT/RError.hxx>#include <ROOT/RNTupleFillContext.hxx>#include <ROOT/RNTupleFillStatus.hxx>#include <ROOT/RNTupleMetrics.hxx>#include <ROOT/RNTupleModel.hxx>#include <ROOT/RNTupleTypes.hxx>#include <ROOT/RPageStorage.hxx>#include <ROOT/RRawPtrWriteEntry.hxx>#include <cstddef>#include <cstdint>#include <memory>#include <string_view>#include <utility>Classes | |
| class | ROOT::RNTupleWriter |
| An RNTuple that gets filled with entries (data) and writes them to storage. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Internal |
Functions | |
| std::unique_ptr< RNTupleWriter > | ROOT::Internal::CreateRNTupleWriter (std::unique_ptr< ROOT::RNTupleModel > model, std::unique_ptr< Internal::RPageSink > sink) |
Definition in file RNTupleWriter.hxx.