Skip to content

Commit f51064a

Browse files
authored
[PWGHF] Add MRefV0 column and update related tables
1 parent 48d8835 commit f51064a

1 file changed

Lines changed: 3 additions & 2 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(MRefV0, mRefV0, 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::MRefV0);
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::MRefV0);
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)