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