File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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
3334using namespace ROOT ::VecOps ;
3435
You can’t perform that action at this time.
0 commit comments