Skip to content

Commit 46505e4

Browse files
committed
[ntuple] update links to input files to v1
(cherry picked from commit 9c62648)
1 parent 2c50ac8 commit 46505e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tree/ntuple/v7/test/ntuple_storage.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ TEST(RNTuple, WritePageBudget)
487487
#ifdef R__HAS_DAVIX
488488
TEST(RNTuple, OpenHTTP)
489489
{
490-
std::unique_ptr<TFile> file(TFile::Open("http://root.cern/files/tutorials/ntpl004_dimuon_v1rc3.root"));
490+
std::unique_ptr<TFile> file(TFile::Open("http://root.cern/files/tutorials/ntpl004_dimuon_v1.root"));
491491
auto Events = std::unique_ptr<ROOT::RNTuple>(file->Get<ROOT::RNTuple>("Events"));
492492
auto model = RNTupleModel::Create();
493493
model->MakeField<ROOT::RNTupleCardinality<std::uint32_t>>("nMuon");

tutorials/v7/ntuple/ntpl004_dimuon.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// Import classes from experimental namespace for the time being
3838
using RNTupleDS = ROOT::Experimental::RNTupleDS;
3939

40-
constexpr char const *kNTupleFileName = "http://root.cern/files/tutorials/ntpl004_dimuon_v1rc3.root";
40+
constexpr char const *kNTupleFileName = "http://root.cern/files/tutorials/ntpl004_dimuon_v1.root";
4141

4242
using namespace ROOT::VecOps;
4343

0 commit comments

Comments
 (0)