Skip to content

Commit 1c4e2e5

Browse files
[PWGHF] CharmbaryonCorrelator: add column for reflected mass of lambda0 and modified efficiency block (#16607)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 8507860 commit 1c4e2e5

3 files changed

Lines changed: 490 additions & 257 deletions

File tree

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ DECLARE_SOA_COLUMN(PiNsigmTOF, piNsigmTOF, float); //! A
227227
DECLARE_SOA_COLUMN(MCandHadron, mCandHadron, float); //! Invariant mass of Lc/Sc+Hadron combined system
228228
DECLARE_SOA_COLUMN(PtCombined, ptCombined, float); //! Transverse momentum of combined Lc+Hadron system
229229
DECLARE_SOA_COLUMN(MV0, mV0, float); //! Invariant mass of V0
230+
DECLARE_SOA_COLUMN(MV0Ref, mV0Ref, float); //! Invariant mass of reflected V0
230231
} // namespace hf_correlation_lc_hadron
231232

232233
DECLARE_SOA_TABLE(PtLcFromScHPair, "AOD", "PTLCSCHPAIR", //! Sc-->Lc pT for paired Sc-proton
@@ -259,9 +260,9 @@ DECLARE_SOA_TABLE(CandHadronInvMass, "AOD", "CANDHIMASS", //! Lc-Hadron mass
259260
aod::hf_correlation_lc_hadron::MCandHadron,
260261
aod::hf_correlation_lc_hadron::PtCombined);
261262
DECLARE_SOA_TABLE(PairedV0InvMass, "AOD", "PAIRV0IMASS", //! invarient mass of v0 which paired with charm candidates
262-
aod::hf_correlation_lc_hadron::MV0);
263+
aod::hf_correlation_lc_hadron::MV0, aod::hf_correlation_lc_hadron::MV0Ref);
263264
DECLARE_SOA_TABLE(V0InvMass, "AOD", "V0IMASS", //! invarient mass of v0
264-
aod::hf_correlation_lc_hadron::MV0);
265+
aod::hf_correlation_lc_hadron::MV0, aod::hf_correlation_lc_hadron::MV0Ref);
265266

266267
DECLARE_SOA_TABLE(LcHadronRecoInfo, "AOD", "LCHRECOINFO", //! Lc-Hadrons pairs Reconstructed Informations
267268
aod::hf_correlation_lc_hadron::MLc,

0 commit comments

Comments
 (0)