Skip to content

Commit

Permalink
[ntuple] update tutorials disclaimer
Browse files Browse the repository at this point in the history
Reflect the fact that the on-disk format is stable. Only the API is
still considered experimental.

(cherry picked from commit 92e1aab)
  • Loading branch information
jblomer committed Nov 13, 2024
1 parent ff3b9a5 commit 8315e2c
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 26 deletions.
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl001_staff.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleReader.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl002_vector.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleReader.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl004_dimuon.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RDataFrame.hxx>
#include <ROOT/RNTupleDS.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl005_introspection.C
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleReader.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl006_friends.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleReader.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl007_mtFill.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/REntry.hxx>
#include <ROOT/RNTupleModel.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl008_import.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleDS.hxx>
#include <ROOT/RNTupleImporter.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl009_parallelWriter.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleFillContext.hxx>
#include <ROOT/RNTupleModel.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl010_skim.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleReader.hxx>
Expand Down
4 changes: 2 additions & 2 deletions tutorials/v7/ntuple/ntpl011_global_temperatures.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
/// \author John Yoon

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data! During ROOT setup, configure the following flags:
// Functionality and interface are still subject to changes.
// During ROOT setup, configure the following flags:
// `-DCMAKE_CXX_STANDARD=17 -Droot7=ON -Dwebgui=ON`

#include <ROOT/RDataFrame.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl012_processor.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleWriter.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl013_staged.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/RNTupleFillContext.hxx>
#include <ROOT/RNTupleModel.hxx>
Expand Down
3 changes: 1 addition & 2 deletions tutorials/v7/ntuple/ntpl014_framework.C
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
/// \author The ROOT Team

// NOTE: The RNTuple classes are experimental at this point.
// Functionality, interface, and data format is still subject to changes.
// Do not use for real data!
// Functionality and interface are still subject to changes.

#include <ROOT/REntry.hxx>
#include <ROOT/RNTupleFillContext.hxx>
Expand Down

0 comments on commit 8315e2c

Please sign in to comment.