Skip to content

Commit f260024

Browse files
author
Petr Jacka
committed
[NFC] Adding documentation
1 parent 1d37841 commit f260024

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tree/dataframe/inc/ROOT/RDF/RMergeableValue.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ actions:
245245
- [Histo{1D,2D,3D}]
246246
(classROOT_1_1RDF_1_1RInterface.html#a247ca3aeb7ce5b95015b7fae72983055)
247247
- [HistoND](classROOT_1_1RDF_1_1RInterface.html#a0c9956a0f48c26f8e4294e17376c7fea)
248+
- [HistoNSparseD](classROOT_1_1RDF_1_1RInterface.html)
248249
- [Profile{1D,2D}]
249250
(classROOT_1_1RDF_1_1RInterface.html#a8ef7dc16b0e9f7bc9cfbe2d9e5de0cef)
250251
- [Stats](classROOT_1_1RDF_1_1RInterface.html#abc68922c464e472f5f856e8981955af6)

tree/dataframe/src/RDataFrame.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ produce many different results in one event loop. Instant actions trigger the ev
135135
| GraphAsymmErrors() | Fills a TGraphAsymmErrors. Should be used for any type of graph with errors, including cases with errors on one of the axes only. If multi-threading is enabled, the order of the points may not be the one expected, it is therefore suggested to sort if before drawing. |
136136
| Histo1D(), Histo2D(), Histo3D() | Fill a one-, two-, three-dimensional histogram with the processed column values. |
137137
| HistoND() | Fill an N-dimensional histogram with the processed column values. |
138+
| HistoNSparseD() | Fill an N-dimensional sparse histogram with the processed column values. Memory is allocated only for non-empty bins. |
138139
| Max() | Return the maximum of processed column values. If the type of the column is inferred, the return type is `double`, the type of the column otherwise.|
139140
| Mean() | Return the mean of processed column values.|
140141
| Min() | Return the minimum of processed column values. If the type of the column is inferred, the return type is `double`, the type of the column otherwise.|
@@ -737,7 +738,7 @@ parts of the RDataFrame API currently work with this package. The subset that is
737738
- FilterMissing
738739
- Graph
739740
- Histo[1,2,3]D
740-
- HistoND
741+
- HistoND, HistoNSparseD
741742
- Max
742743
- Mean
743744
- Min

0 commit comments

Comments
 (0)