We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16ff2cb + 7e3376e commit aad15dfCopy full SHA for aad15df
1 file changed
PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx
@@ -69,7 +69,7 @@ DECLARE_SOA_COLUMN(Pt, pt, float); //! Transverse momentum of candidate (GeV/c)
69
DECLARE_SOA_COLUMN(MlScore0, mlScore0, float); //! ML score of the first configured index
70
DECLARE_SOA_COLUMN(MlScore1, mlScore1, float); //! ML score of the second configured index
71
DECLARE_SOA_COLUMN(ScalarProd, scalarProd, float); //! Scalar product
72
-DECLARE_SOA_COLUMN(Cent, cent, float); //! Centrality
+DECLARE_SOA_COLUMN(Cent, cent, float); //! Centrality
73
} // namespace full
74
DECLARE_SOA_TABLE(HfCandMPtInfos, "AOD", "HFCANDMPTINFO",
75
full::M,
0 commit comments