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 97fe94f commit ce1a055Copy full SHA for ce1a055
tree/dataframe/inc/ROOT/RDataFrame.hxx
@@ -17,7 +17,6 @@ ROOT's RDataFrame allows to analyse data stored in TTrees with a high level inte
17
#define ROOT_RDATAFRAME
18
19
#include "TROOT.h" // To allow ROOT::EnableImplicitMT without including ROOT.h
20
-#include "ROOT/RDF/RDatasetSpec.hxx"
21
#include "ROOT/RDF/RInterface.hxx"
22
#include "ROOT/RDF/Utils.hxx"
23
#include <string_view>
@@ -31,6 +30,10 @@ ROOT's RDataFrame allows to analyse data stored in TTrees with a high level inte
31
30
class TDirectory;
32
class TTree;
33
+namespace ROOT::RDF::Experimental{
34
+class RDatasetSpec;
35
+}
36
+
37
namespace ROOT {
38
namespace RDF {
39
class RDataSource;
0 commit comments