Skip to content

Commit 4d9cbd5

Browse files
committed
Please consider the following formatting changes
1 parent 747799b commit 4d9cbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ namespace hf_correlation_lc_hadron
141141
{
142142
DECLARE_SOA_COLUMN(DeltaPhi, deltaPhi, float); //! DeltaPhi between Lc and Hadrons
143143
DECLARE_SOA_COLUMN(DeltaEta, deltaEta, float); //! DeltaEta between Lc and Hadrons
144-
DECLARE_SOA_COLUMN(DeltaY, deltaY, float); //! DeltaY between Lc and Hadrons
144+
DECLARE_SOA_COLUMN(DeltaY, deltaY, float); //! DeltaY between Lc and Hadrons
145145
DECLARE_SOA_COLUMN(PtLc, ptLc, float); //! Transverse momentum of Lc
146146
DECLARE_SOA_COLUMN(PtHadron, ptHadron, float); //! Transverse momentum of Hadron
147147
DECLARE_SOA_COLUMN(MLc, mLc, float); //! Invariant mass of Lc

0 commit comments

Comments
 (0)