File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ public:
146146 std::string_view storage, const ROOT::RNTupleWriteOptions &options = ROOT::RNTupleWriteOptions());
147147
148148 // / Creates an RNTupleWriter that writes into an existing TFile or TDirectory, without overwriting its content.
149- // / `fileOrDirectory` may be an empty TFile.
149+ // / `fileOrDirectory` may be an empty TFile and its reference **must remain valid** for the lifetime of the
150+ // / RNTupleWriter (which means the TDirectory object must not be moved, destroyed or replaced during that time).
150151 // / \see Recreate()
151152 static std::unique_ptr<RNTupleWriter> Append (std::unique_ptr<ROOT::RNTupleModel> model, std::string_view ntupleName,
152153 TDirectory &fileOrDirectory,
You can’t perform that action at this time.
0 commit comments