Skip to content

Commit faf4627

Browse files
morgmattalibuild
andauthored
[PWGLF] Added configurables to select pdg codes for specific kink decay configurations. (#12839)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 35b03e6 commit faf4627

File tree

2 files changed

+181
-105
lines changed

2 files changed

+181
-105
lines changed

PWGLF/DataModel/LFKinkDecayTables.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ DECLARE_SOA_COLUMN(NSigmaTOFKa, nSigmaTOFKa, float); //! Number of sigmas for th
5858
DECLARE_SOA_COLUMN(MothPdgCode, mothPdgCode, int); //! PDG code of the Sigma daughter
5959
DECLARE_SOA_COLUMN(DaugPdgCode, daugPdgCode, int); //! PDG code of the kink daughter
6060
DECLARE_SOA_COLUMN(PtMC, ptMC, float); //! pT of the candidate in MC
61+
DECLARE_SOA_COLUMN(PzMC, pzMC, float); //! pZ of the candidate in MC
6162
DECLARE_SOA_COLUMN(MassMC, massMC, float); //! Invariant mass of the candidate in MC
6263
DECLARE_SOA_COLUMN(DecayRadiusMC, decayRadiusMC, float); //! Decay radius of the candidate in MC
6364
DECLARE_SOA_COLUMN(CollisionIdCheck, collisionIdCheck, bool); //! Check if mcDaughter collision ID matches the reconstructed collision ID
@@ -153,7 +154,7 @@ DECLARE_SOA_TABLE(SlimKinkCandsMC, "AOD", "SLIMKINKCANDSMC",
153154
kinkcand::NSigmaTPCPi, kinkcand::NSigmaTPCPr, kinkcand::NSigmaTPCKa,
154155
kinkcand::NSigmaTOFPi, kinkcand::NSigmaTOFPr, kinkcand::NSigmaTOFKa,
155156
kinkcand::MothPdgCode, kinkcand::DaugPdgCode,
156-
kinkcand::PtMC, kinkcand::MassMC, kinkcand::DecayRadiusMC, kinkcand::CollisionIdCheck);
157+
kinkcand::PtMC, kinkcand::PzMC, kinkcand::MassMC, kinkcand::DecayRadiusMC, kinkcand::CollisionIdCheck);
157158

158159
} // namespace o2::aod
159160

0 commit comments

Comments
 (0)