We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09010c5 commit 13413b5Copy full SHA for 13413b5
tutorials/v7/ntuple/ntpl008_import.C
@@ -16,9 +16,11 @@
16
#include <ROOT/RNTupleDS.hxx>
17
#include <ROOT/RNTupleImporter.hxx>
18
#include <ROOT/RNTupleReader.hxx>
19
+#include <ROOT/RPageStorageFile.hxx>
20
21
#include <TFile.h>
22
#include <TROOT.h>
23
+#include <TSystem.h>
24
25
// Import classes from experimental namespace for the time being.
26
using RNTuple = ROOT::Experimental::RNTuple;
tutorials/v7/ntuple/ntpl010_skim.C
@@ -17,6 +17,7 @@
#include <ROOT/RNTupleWriter.hxx>
+#include <TCanvas.h>
#include <TH1F.h>
#include <TRandom.h>
0 commit comments