Skip to content

[hist] Add tutorial for profile histograms - #23243

Open
hahnjo wants to merge 2 commits into
root-project:masterfrom
hahnjo:hist-tutorial-profile
Open

[hist] Add tutorial for profile histograms#23243
hahnjo wants to merge 2 commits into
root-project:masterfrom
hahnjo:hist-tutorial-profile

Conversation

@hahnjo

@hahnjo hahnjo commented Sep 3, 2026

Copy link
Copy Markdown
Member

No description provided.

@hahnjo hahnjo self-assigned this Sep 3, 2026
@hahnjo
hahnjo requested review from couet and dpiparo as code owners September 3, 2026 10:01

auto printBin = [&](ROOT::Experimental::RBinIndex bin) {
const auto &content = profile.GetBinContent(bin);
std::cout << "entries = " << content.fSum << ", mean = " << content.ComputeMean();

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I wasn't sure what to print. Initially I wanted to do "errors", but there are several definitions so I kept it to the minimum... Let me know if you would like to see something else printed.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Test Results

    23 files      23 suites   3d 21h 21m 44s ⏱️
 3 862 tests  3 859 ✅ 0 💤 3 ❌
79 609 runs  79 605 ✅ 1 💤 3 ❌

For more details on these failures, see this check.

Results for commit 2b287fe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant