Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tree/ntuple/inc/ROOT/RNTupleWriter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ public:
std::string_view storage, const ROOT::RNTupleWriteOptions &options = ROOT::RNTupleWriteOptions());

/// Creates an RNTupleWriter that writes into an existing TFile or TDirectory, without overwriting its content.
/// `fileOrDirectory` may be an empty TFile.
/// `fileOrDirectory` may be an empty TFile and its reference **must remain valid** for the lifetime of the
/// RNTupleWriter (which means the TDirectory object must not be moved, destroyed or replaced during that time).
/// \see Recreate()
static std::unique_ptr<RNTupleWriter> Append(std::unique_ptr<ROOT::RNTupleModel> model, std::string_view ntupleName,
TDirectory &fileOrDirectory,
Expand Down