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 5d153f3 commit 5e61f71Copy full SHA for 5e61f71
1 file changed
PWGCF/Femto/Core/pairHistManager.h
@@ -385,9 +385,9 @@ constexpr std::array<histmanager::HistInfo<PairHist>, kPairHistogramLast>
385
{kTrueMinvVsMinv, {(conf).massInv, (conf).massInv}}, \
386
{kTrueMultVsMult, {(conf).multiplicity, (conf).multiplicity}}, \
387
{kTrueCentVsCent, {(conf).centrality, (conf).centrality}}, \
388
- {kTrueQoutVsQout, {conf.qout, conf.qout}}, \
389
- {kTrueQsideVsQside, {conf.qside, conf.qside}}, \
390
- {kTrueQlongVsQlong, {conf.qlong, conf.qlong}},
+ {kTrueQoutVsQout, {(conf).qout, (conf).qout}}, \
+ {kTrueQsideVsQside, {(conf).qside, (conf).qside}}, \
+ {kTrueQlongVsQlong, {(conf).qlong, (conf).qlong}},
391
392
// pure mc-truth pair (no reco counterpart) — reuses the same analysis binning,
393
// since there is no separate "true" axis (conf)iguration: the truth value IS the
0 commit comments