-
- Downloads
[DF] Throw if Snapshot's output TTree is already present in output file
...and add RSnapshotOptions::fOverwriteIfExists to give users the chance to still write a TTree to a TFile opened in UPDATE mode, even if a TTree with the same name is already present, at the cost of deleting the previous TTree from the file. This fixes ROOT-10573.
Showing
- tree/dataframe/inc/ROOT/RDF/ActionHelpers.hxx 4 additions, 0 deletionstree/dataframe/inc/ROOT/RDF/ActionHelpers.hxx
- tree/dataframe/inc/ROOT/RSnapshotOptions.hxx 5 additions, 3 deletionstree/dataframe/inc/ROOT/RSnapshotOptions.hxx
- tree/dataframe/src/RDFActionHelpers.cxx 31 additions, 0 deletionstree/dataframe/src/RDFActionHelpers.cxx
Loading
Please register or sign in to comment