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 af33a3d commit c55a26cCopy full SHA for c55a26c
PWGHF/D2H/Tasks/taskLc.cxx
@@ -491,6 +491,7 @@ struct HfTaskLc {
491
registry.fill(HIST("MC/generated/signal/hPtGen") + HIST(SignalSuffixes[0]), ptGen);
492
registry.fill(HIST("MC/generated/") + HIST("signal") + HIST("/hPtGen"), ptGen);
493
registry.fill(HIST("MC/generated/signal") + HIST("/hPtGen"), ptGen);
494
+ registry.fill(HIST("MC/generated/signal/hPtGen"), ptGen);
495
// =================================================================================
496
497
auto fillHistogramsGen = [&]<int signalType>() {
0 commit comments