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 747799b commit 4d9cbd5Copy full SHA for 4d9cbd5
PWGHF/HFC/DataModel/CorrelationTables.h
@@ -141,7 +141,7 @@ namespace hf_correlation_lc_hadron
141
{
142
DECLARE_SOA_COLUMN(DeltaPhi, deltaPhi, float); //! DeltaPhi between Lc and Hadrons
143
DECLARE_SOA_COLUMN(DeltaEta, deltaEta, float); //! DeltaEta between Lc and Hadrons
144
-DECLARE_SOA_COLUMN(DeltaY, deltaY, float); //! DeltaY between Lc and Hadrons
+DECLARE_SOA_COLUMN(DeltaY, deltaY, float); //! DeltaY between Lc and Hadrons
145
DECLARE_SOA_COLUMN(PtLc, ptLc, float); //! Transverse momentum of Lc
146
DECLARE_SOA_COLUMN(PtHadron, ptHadron, float); //! Transverse momentum of Hadron
147
DECLARE_SOA_COLUMN(MLc, mLc, float); //! Invariant mass of Lc
0 commit comments