Skip to content

Commit b37bc3f

Browse files
committed
[tutorials] Read file from EOS in RNTuple dimuon tutorial
1 parent f80ee47 commit b37bc3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/io/ntuple/ntpl004_dimuon.C

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
/// \notebook
44
/// Mini-Analysis on CMS OpenData with RDataFrame.
55
/// This tutorial illustrates that analyzing data with RDataFrame works the same
6-
/// for both TTree data and RNTuple data. The RNTuple data are converted from the Events tree
7-
/// in http://root.cern/files/NanoAOD_DoubleMuon_CMS2011OpenData.root
8-
/// Based on RDataFrame's df102_NanoAODDimuonAnalysis.C
6+
/// for both TTree data and RNTuple data. The RNTuple data are obtained by
7+
/// converting the CMS open dataset at https://opendata.cern.ch/record/12341.
8+
/// The analysis is based on df102_NanoAODDimuonAnalysis.C.
99
///
1010
/// \macro_image
1111
/// \macro_code
@@ -28,7 +28,8 @@
2828
#include <vector>
2929
#include <utility>
3030

31-
constexpr char const *kNTupleFileName = "http://root.cern/files/tutorials/ntpl004_dimuon_v1.root";
31+
constexpr char const *kNTupleFileName =
32+
"root://eospublic.cern.ch//eos/root-eos/cms_opendata_2012_nanoaod/rntuple/Run2012BC_DoubleMuParked_Muons.root";
3233

3334
using namespace ROOT::VecOps;
3435

0 commit comments

Comments
 (0)