Skip to content

Commit e80f98e

Browse files
committed
Please consider the following formatting changes
1 parent d8ef586 commit e80f98e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGHF/TableProducer/treeCreatorLcToPKPi.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ DECLARE_SOA_TABLE(HfCandLcLites, "AOD", "HFCANDLCLITE",
263263
full::MlScoreFirstClass,
264264
full::MlScoreSecondClass,
265265
full::MlScoreThirdClass,
266-
full::CentFT0C);
266+
full::CentFT0C);
267267

268268
DECLARE_SOA_TABLE(HfCollIdLCLite, "AOD", "HFCOLLIDLCLITE",
269269
full::CollisionId);
@@ -635,7 +635,7 @@ struct HfTreeCreatorLcToPKPi {
635635
if (applyMl) {
636636
assignMlScores(candidateMlScore, mlScoreFirstClass, mlScoreSecondClass, mlScoreThirdClass, candFlag);
637637
}
638-
638+
639639
float centFT0C = -1.f;
640640
if constexpr (UseCentrality) {
641641
centFT0C = collision.centFT0C();
@@ -728,7 +728,7 @@ struct HfTreeCreatorLcToPKPi {
728728
if (applyMl) {
729729
assignMlScores(candidateMlScore, mlScoreFirstClass, mlScoreSecondClass, mlScoreThirdClass, candFlag);
730730
}
731-
731+
732732
float centFT0C = -1.f;
733733
if constexpr (UseCentrality) {
734734
centFT0C = collision.centFT0C();

0 commit comments

Comments
 (0)