Skip to content

Commit ff4f255

Browse files
hahnjodpiparo
authored andcommitted
[ntuple] Remove mention of ntuple->Scan()
1 parent c183456 commit ff4f255

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tutorials/io/ntuple/ntpl001_staff.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ void Analyze() {
8484

8585
std::cout << "The first entry in JSON format:" << std::endl;
8686
reader->Show(0);
87-
// In a future version of RNTuple, there will be support for ntuple->Scan()
8887

8988
auto c = new TCanvas("c", "", 200, 10, 700, 500);
9089
TH1I h("h", "Age Distribution CERN, 1988", 100, 0, 100);

tutorials/io/ntuple/ntpl002_vector.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ void Read()
116116

117117
std::cout << "Entry number 42 in JSON format:" << std::endl;
118118
reader->Show(41);
119-
// In a future version of RNTuple, there will be support for ntuple->Scan()
120119

121120
TCanvas *c2 = new TCanvas("c2", "Dynamic Filling Example", 200, 10, 700, 500);
122121
TH1F h("h", "This is the px distribution", 100, -4, 4);

0 commit comments

Comments
 (0)