ROOT
master
Reference Guide
Loading...
Searching...
No Matches
RNTupleTreeMap.hxx
Go to the documentation of this file.
1
/// \file ROOT/RNTupleTreeMap.hxx
2
/// \author Patryk Tymoteusz Pilichowski <patryk.tymoteusz.pilichowski@cern.ch>
3
/// \date 2025-09-15
4
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
5
/// is welcome!
6
7
/*************************************************************************
8
* Copyright (C) 1995-2025, Rene Brun and Fons Rademakers. *
9
* All rights reserved. *
10
* *
11
* For the licensing terms see $ROOTSYS/LICENSE. *
12
* For the list of contributors see $ROOTSYS/README/CREDITS. *
13
*************************************************************************/
14
15
#ifndef ROOT_RNTupleTreeMap
16
#define ROOT_RNTupleTreeMap
17
18
#include <
ROOT/RNTupleInspector.hxx
>
19
#include <
ROOT/RTreeMapPainter.hxx
>
20
21
#include <memory>
22
#include <string>
23
24
namespace
ROOT
{
25
namespace
Experimental {
26
/////////////////////////////////////////////////////////////////////////////
27
/// \brief Logic for converting an RNTuple to RTreeMapPainter given RNTupleInspector
28
std::unique_ptr<RTreeMapPainter>
CreateTreeMapFromRNTuple
(
const
RNTupleInspector &
insp
);
29
30
/////////////////////////////////////////////////////////////////////////////
31
/// \brief Logic for converting an RNTuple to RTreeMapPainter given file and tuple names
32
std::unique_ptr<RTreeMapPainter>
CreateTreeMapFromRNTuple
(std::string_view
sourceFileName
, std::string_view
tupleName
);
33
}
// namespace Experimental
34
35
}
// namespace ROOT
36
37
#endif
RNTupleInspector.hxx
RTreeMapPainter.hxx
ROOT::Detail::TRangeCast
Definition
TCollection.h:313
ROOT::Experimental::CreateTreeMapFromRNTuple
std::unique_ptr< RTreeMapPainter > CreateTreeMapFromRNTuple(const RNTupleInspector &insp)
Logic for converting an RNTuple to RTreeMapPainter given RNTupleInspector.
Definition
RNTupleTreeMap.cxx:37
ROOT
Definition
EExecutionPolicy.hxx:4
tree
ntuplebrowse
inc
ROOT
RNTupleTreeMap.hxx
ROOTmaster - Reference Guide Generated on Wed May 20 2026 15:48:42 (GVA Time) using Doxygen 1.10.0