Skip to content

Commit aa35460

Browse files
committed
Please consider the following formatting changes
1 parent 9174db4 commit aa35460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Femto/Core/pairHistManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ constexpr std::array<histmanager::HistInfo<PairHist>, kPairHistogramLast>
385385
{kTrueMinvVsMinv, {(conf).massInv, (conf).massInv}}, \
386386
{kTrueMultVsMult, {(conf).multiplicity, (conf).multiplicity}}, \
387387
{kTrueCentVsCent, {(conf).centrality, (conf).centrality}}, \
388-
{kTrueQoutVsQout, {conf.qout, conf.qout}}, \
389-
{kTrueQsideVsQside, {conf.qside, conf.qside}}, \
388+
{kTrueQoutVsQout, {conf.qout, conf.qout}}, \
389+
{kTrueQsideVsQside, {conf.qside, conf.qside}}, \
390390
{kTrueQlongVsQlong, {conf.qlong, conf.qlong}},
391391

392392
// pure mc-truth pair (no reco counterpart) — reuses the same analysis binning,

0 commit comments

Comments
 (0)