#include <ROOT/RNTupleExporter.hxx>
#include <ROOT/RPageStorage.hxx>
#include <ROOT/RNTupleDescriptor.hxx>
#include <ROOT/RClusterPool.hxx>
#include <ROOT/RLogger.hxx>
#include <fstream>
#include <sstream>
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Experimental |
namespace | ROOT::Experimental::Internal |
Definition in file RNTupleExporter.cxx.
const ROOT::RColumnDescriptor* fColDesc |
Definition at line 35 of file RNTupleExporter.cxx.
const ROOT::RFieldDescriptor* fFieldDesc |
Definition at line 36 of file RNTupleExporter.cxx.
int fNColsTotal = 0 |
Definition at line 51 of file RNTupleExporter.cxx.
std::string fQualifiedName |
Definition at line 37 of file RNTupleExporter.cxx.