Skip to content

Commit 54cd7d4

Browse files
committed
Revert column change
1 parent 5bae3af commit 54cd7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ enum QvecEstimator : uint8_t {
100100
};
101101

102102
/// columns for table to study the Lc->PKPi background
103-
DECLARE_SOA_COLUMN(MassLc, MassLambdaCPlus, float);
103+
DECLARE_SOA_COLUMN(MassLc, massLc, float);
104104
DECLARE_SOA_COLUMN(PtLc, ptLc, float);
105105
DECLARE_SOA_COLUMN(RapidityLc, rapidityLc, float);
106106
DECLARE_SOA_COLUMN(CosThetaStar, cosThetaStar, float);

0 commit comments

Comments
 (0)