We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8c34a commit faa8277Copy full SHA for faa8277
1 file changed
hist/histv7/inc/ROOT/RHistConcurrentFiller.hxx
@@ -25,7 +25,7 @@ auto hist = std::make_shared<ROOT::Experimental::RHist<int>>(10, std::make_pair(
25
{
26
ROOT::Experimental::RHistConcurrentFiller filler(hist);
27
auto context = filler.CreateFillContext();
28
- context.Fill(8.5);
+ context->Fill(8.5);
29
}
30
// hist->GetBinContent(ROOT::Experimental::RBinIndex(3)) will return 1
31
\endcode
0 commit comments