-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Explain what you would like to see improved and how.
According to the HistoND documentation, we are currently accepting a list of columns where the size matters:
root/tree/dataframe/inc/ROOT/RDF/RInterface.hxx
Line 2222 in f91f277
| /// (N columns for unweighted filling, or N+1 columns for weighted filling) |
This should instead be aligned with other histogram actions signature, where the weight is a separate argument, e.g. for Histo3D
root/tree/dataframe/inc/ROOT/RDF/RInterface.hxx
Lines 2189 to 2190 in f91f277
| RResultPtr<::TH3D> Histo3D(const TH3DModel &model, std::string_view v1Name, std::string_view v2Name, | |
| std::string_view v3Name, std::string_view wName) |
Extracting this comment into a separate issue to keep better track of it #20664 (comment)
ROOT version
Any
Installation method
Any
Operating system
Any
Additional context
No response
Reactions are currently unavailable