@@ -245,7 +245,7 @@ DECLARE_SOA_COLUMN(Charge, charge, int8_t); //! Charge of c
245245DECLARE_SOA_COLUMN (Prong0Id, prong0Id, int ); // ! Track id of charm hadron prong0
246246DECLARE_SOA_COLUMN (Prong1Id, prong1Id, int ); // ! Track id of charm hadron prong1
247247DECLARE_SOA_COLUMN (Prong2Id, prong2Id, int ); // ! Track id of charm hadron prong2
248- DECLARE_SOA_COLUMN (XiProngId, xiProngId, int ); // ! Cascade id of the Xi prong in Xic -> Xi pi pi candidates
248+ DECLARE_SOA_COLUMN (XiProngId, xiProngId, int ); // ! Cascade id of the Ξ prong in Ξc → Ξππ candidates
249249DECLARE_SOA_COLUMN (Prong0Pt, prong0Pt, float ); // ! Track pT of charm hadron prong0
250250DECLARE_SOA_COLUMN (Prong1Pt, prong1Pt, float ); // ! Track pT of charm hadron prong1
251251DECLARE_SOA_COLUMN (Prong2Pt, prong2Pt, float ); // ! Track pT of charm hadron prong2
@@ -259,9 +259,9 @@ DECLARE_SOA_COLUMN(CandidateSelFlag, candidateSelFlag, int); //! Selection o
259259DECLARE_SOA_COLUMN (BDTBkg, bdtBkg, float ); // ! Background score using Boosted Decision Tree for charm hadron
260260DECLARE_SOA_COLUMN (BDTPrompt, bdtPrompt, float ); // ! Prompt signal score using Boosted Decision Tree for charm hadron
261261DECLARE_SOA_COLUMN (BDTFD , bdtFD, float ); // ! Feed-down score using Boosted Decision Tree for charm hadron
262- DECLARE_SOA_COLUMN (CascBachelorTrackId, cascBachelorTrackId, int ); // ! Bachelor track ID from Xi cascade (Xic -> Xi pi pi )
263- DECLARE_SOA_COLUMN (CascPosTrackId, cascPosTrackId, int ); // ! Positive track ID from Lambda in Xi cascade (Xic -> Xi pi pi )
264- DECLARE_SOA_COLUMN (CascNegTrackId, cascNegTrackId, int ); // ! Negative track ID from Lambda in Xi cascade (Xic -> Xi pi pi )
262+ DECLARE_SOA_COLUMN (CascBachelorTrackId, cascBachelorTrackId, int ); // ! Bachelor track ID from Ξ cascade (Ξc± → Ξππ )
263+ DECLARE_SOA_COLUMN (CascPosTrackId, cascPosTrackId, int ); // ! Positive track ID from Λ in Ξ cascade (Ξc± → Ξππ )
264+ DECLARE_SOA_COLUMN (CascNegTrackId, cascNegTrackId, int ); // ! Negative track ID from Λ in Ξ cascade (Ξc± → Ξππ )
265265DECLARE_SOA_COLUMN (CascBachelorPt, cascBachelorPt, float ); // ! pT of the bachelor track from the Xi cascade
266266DECLARE_SOA_COLUMN (CascBachelorPhi, cascBachelorPhi, float ); // ! phi of the bachelor track from the Xi cascade
267267DECLARE_SOA_COLUMN (CascBachelorEta, cascBachelorEta, float ); // ! eta of the bachelor track from the Xi cascade
@@ -439,7 +439,7 @@ DECLARE_SOA_TABLE(FDHfCand3Prong, "AOD", "FDHFCAND3PRONG", //! Table to store th
439439 fdhf::Phi<fdhf::Prong0Pt, fdhf::Prong0Phi, fdhf::Prong0Eta, fdhf::Prong1Pt, fdhf::Prong1Phi, fdhf::Prong1Eta, fdhf::Prong2Pt, fdhf::Prong2Phi, fdhf::Prong2Eta>,
440440 fdhf::Pt<fdhf::Prong0Pt, fdhf::Prong0Phi, fdhf::Prong0Eta, fdhf::Prong1Pt, fdhf::Prong1Phi, fdhf::Prong1Eta, fdhf::Prong2Pt, fdhf::Prong2Phi, fdhf::Prong2Eta>);
441441
442- DECLARE_SOA_TABLE (FDHfCand3ProngXic, " AOD" , " FDHFXIC3PRONG" , // ! Table to store the derived data for Xic -> Xi pi pi candidates
442+ DECLARE_SOA_TABLE (FDHfCand3ProngXic, " AOD" , " FDHFXIC3PRONG" , // ! Table to store the derived data for Ξc → Ξππ candidates
443443 o2::soa::Index<>,
444444 femtodreamparticle::FDCollisionId,
445445 fdhf::TimeStamp,
@@ -470,7 +470,7 @@ DECLARE_SOA_TABLE(FDHfCand3ProngXic, "AOD", "FDHFXIC3PRONG", //! Table to store
470470 fdhf::Phi<fdhf::Prong0Pt, fdhf::Prong0Phi, fdhf::Prong0Eta, fdhf::Prong1Pt, fdhf::Prong1Phi, fdhf::Prong1Eta, fdhf::Prong2Pt, fdhf::Prong2Phi, fdhf::Prong2Eta>,
471471 fdhf::Pt<fdhf::Prong0Pt, fdhf::Prong0Phi, fdhf::Prong0Eta, fdhf::Prong1Pt, fdhf::Prong1Phi, fdhf::Prong1Eta, fdhf::Prong2Pt, fdhf::Prong2Phi, fdhf::Prong2Eta>);
472472
473- DECLARE_SOA_TABLE (FDHfCand3ProngXicQa, " AOD" , " FDHFXIC3PQA" , // ! QA extension table for Xi daughters in Xic -> Xi pi pi candidates
473+ DECLARE_SOA_TABLE (FDHfCand3ProngXicQa, " AOD" , " FDHFXIC3PQA" , // ! QA extension table for Ξ daughters in Ξc → Ξππ candidates
474474 o2::soa::Index<>,
475475 fdhf::CascBachelorPt,
476476 fdhf::CascBachelorPhi,
0 commit comments