Skip to content

Commit 874758b

Browse files
committed
[ntuple] update tutorials disclaimer
Reflect the fact that the on-disk format is stable. Only the API is still considered experimental. (cherry picked from commit 92e1aab)
1 parent 46505e4 commit 874758b

13 files changed

+14
-26
lines changed

tutorials/v7/ntuple/ntpl001_staff.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
/// \author The ROOT Team
1313

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

1817
#include <ROOT/RNTupleModel.hxx>
1918
#include <ROOT/RNTupleReader.hxx>

tutorials/v7/ntuple/ntpl002_vector.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/RNTupleModel.hxx>
1716
#include <ROOT/RNTupleReader.hxx>

tutorials/v7/ntuple/ntpl004_dimuon.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
/// \author The ROOT Team
1515

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

2019
#include <ROOT/RDataFrame.hxx>
2120
#include <ROOT/RNTupleDS.hxx>

tutorials/v7/ntuple/ntpl005_introspection.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
/// \author The ROOT Team
1212

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

1716
#include <ROOT/RNTupleModel.hxx>
1817
#include <ROOT/RNTupleReader.hxx>

tutorials/v7/ntuple/ntpl006_friends.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/RNTupleModel.hxx>
1716
#include <ROOT/RNTupleReader.hxx>

tutorials/v7/ntuple/ntpl007_mtFill.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/REntry.hxx>
1716
#include <ROOT/RNTupleModel.hxx>

tutorials/v7/ntuple/ntpl008_import.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/RNTupleDS.hxx>
1716
#include <ROOT/RNTupleImporter.hxx>

tutorials/v7/ntuple/ntpl009_parallelWriter.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/RNTupleFillContext.hxx>
1716
#include <ROOT/RNTupleModel.hxx>

tutorials/v7/ntuple/ntpl010_skim.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/RNTupleModel.hxx>
1716
#include <ROOT/RNTupleReader.hxx>

tutorials/v7/ntuple/ntpl011_global_temperatures.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
/// \author John Yoon
1515

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

2121
#include <ROOT/RDataFrame.hxx>

tutorials/v7/ntuple/ntpl012_processor.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
/// \author The ROOT Team
1111

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

1615
#include <ROOT/RNTupleModel.hxx>
1716
#include <ROOT/RNTupleWriter.hxx>

tutorials/v7/ntuple/ntpl013_staged.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
/// \author The ROOT Team
1010

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

1514
#include <ROOT/RNTupleFillContext.hxx>
1615
#include <ROOT/RNTupleModel.hxx>

tutorials/v7/ntuple/ntpl014_framework.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
/// \author The ROOT Team
2626

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

3130
#include <ROOT/REntry.hxx>
3231
#include <ROOT/RNTupleFillContext.hxx>

0 commit comments

Comments
 (0)