From fa7e3c247a3aa7a526df18bd2a931a647058c80b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 4 May 2026 07:46:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx b/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx index 5a8050a0fb6..1884caad6a7 100644 --- a/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx +++ b/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx @@ -17,9 +17,9 @@ #include "PWGLF/DataModel/LFSigmaHadTables.h" #include "Common/DataModel/EventSelection.h" +#include "Common/DataModel/Multiplicity.h" #include "Common/DataModel/PIDResponseTOF.h" #include "Common/DataModel/PIDResponseTPC.h" -#include "Common/DataModel/Multiplicity.h" #include #include @@ -85,9 +85,9 @@ struct sigmaHadCand { float nSigmaTPCHad = -1; // Number of sigmas for the hadron candidate float nSigmaTOFHad = -1; // Number of sigmas for the hadron candidate using TOF - int kinkDauID = -1; // ID of the pion from Sigma decay in MC - int sigmaID = -1; // ID of the Sigma candidate in MC - int hadID = -1; // ID of the hadron candidate in MC + int kinkDauID = -1; // ID of the pion from Sigma decay in MC + int sigmaID = -1; // ID of the Sigma candidate in MC + int hadID = -1; // ID of the hadron candidate in MC int sigmaMotherPDG = -999; // PDG of the direct mother of the Sigma in MC int sigmaPartonicMotherPDG = -999; // PDG of the first or last partonic ancestor of the Sigma in MC @@ -630,7 +630,7 @@ struct sigmaHadCorrTask { SliceCache cache; using BinningTypeNumContrib = ColumnBinningPolicy; using BinningTypeMultNTracksPV = ColumnBinningPolicy; - BinningTypeNumContrib colBinningNumContrib{{CfgVtxBins, CfgMultBins}, true}; + BinningTypeNumContrib colBinningNumContrib{{CfgVtxBins, CfgMultBins}, true}; BinningTypeMultNTracksPV colBinningPVMult{{CfgVtxBins, CfgMultBins}, true}; void processMixedEvent(const CollisionsFull& collisions, const aod::KinkCands& kinkCands, const TracksFull& tracks)