|
17 | 17 | #include "PWGLF/DataModel/LFSigmaHadTables.h" |
18 | 18 |
|
19 | 19 | #include "Common/DataModel/EventSelection.h" |
| 20 | +#include "Common/DataModel/Multiplicity.h" |
20 | 21 | #include "Common/DataModel/PIDResponseTOF.h" |
21 | 22 | #include "Common/DataModel/PIDResponseTPC.h" |
22 | | -#include "Common/DataModel/Multiplicity.h" |
23 | 23 |
|
24 | 24 | #include <CommonConstants/PhysicsConstants.h> |
25 | 25 | #include <Framework/ASoA.h> |
@@ -85,9 +85,9 @@ struct sigmaHadCand { |
85 | 85 | float nSigmaTPCHad = -1; // Number of sigmas for the hadron candidate |
86 | 86 | float nSigmaTOFHad = -1; // Number of sigmas for the hadron candidate using TOF |
87 | 87 |
|
88 | | - int kinkDauID = -1; // ID of the pion from Sigma decay in MC |
89 | | - int sigmaID = -1; // ID of the Sigma candidate in MC |
90 | | - int hadID = -1; // ID of the hadron candidate in MC |
| 88 | + int kinkDauID = -1; // ID of the pion from Sigma decay in MC |
| 89 | + int sigmaID = -1; // ID of the Sigma candidate in MC |
| 90 | + int hadID = -1; // ID of the hadron candidate in MC |
91 | 91 |
|
92 | 92 | int sigmaMotherPDG = -999; // PDG of the direct mother of the Sigma in MC |
93 | 93 | int sigmaPartonicMotherPDG = -999; // PDG of the first or last partonic ancestor of the Sigma in MC |
@@ -630,7 +630,7 @@ struct sigmaHadCorrTask { |
630 | 630 | SliceCache cache; |
631 | 631 | using BinningTypeNumContrib = ColumnBinningPolicy<aod::collision::PosZ, aod::collision::NumContrib>; |
632 | 632 | using BinningTypeMultNTracksPV = ColumnBinningPolicy<aod::collision::PosZ, aod::mult::MultNTracksPV>; |
633 | | - BinningTypeNumContrib colBinningNumContrib{{CfgVtxBins, CfgMultBins}, true}; |
| 633 | + BinningTypeNumContrib colBinningNumContrib{{CfgVtxBins, CfgMultBins}, true}; |
634 | 634 | BinningTypeMultNTracksPV colBinningPVMult{{CfgVtxBins, CfgMultBins}, true}; |
635 | 635 |
|
636 | 636 | void processMixedEvent(const CollisionsFull& collisions, const aod::KinkCands& kinkCands, const TracksFull& tracks) |
|
0 commit comments