Skip to content

Commit c0336c2

Browse files
authored
Rename MRefV0 to MV0Ref in CorrelationTables.h
1 parent 4c15afb commit c0336c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +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
230+
DECLARE_SOA_COLUMN(MV0Ref, mV0Ref, float); //! Invariant mass of reflected V0
231231
} // namespace hf_correlation_lc_hadron
232232

233233
DECLARE_SOA_TABLE(PtLcFromScHPair, "AOD", "PTLCSCHPAIR", //! Sc-->Lc pT for paired Sc-proton
@@ -260,9 +260,9 @@ DECLARE_SOA_TABLE(CandHadronInvMass, "AOD", "CANDHIMASS", //! Lc-Hadron mass
260260
aod::hf_correlation_lc_hadron::MCandHadron,
261261
aod::hf_correlation_lc_hadron::PtCombined);
262262
DECLARE_SOA_TABLE(PairedV0InvMass, "AOD", "PAIRV0IMASS", //! invarient mass of v0 which paired with charm candidates
263-
aod::hf_correlation_lc_hadron::MV0, aod::hf_correlation_lc_hadron::MRefV0);
263+
aod::hf_correlation_lc_hadron::MV0, aod::hf_correlation_lc_hadron::MV0Ref);
264264
DECLARE_SOA_TABLE(V0InvMass, "AOD", "V0IMASS", //! invarient mass of v0
265-
aod::hf_correlation_lc_hadron::MV0, aod::hf_correlation_lc_hadron::MRefV0);
265+
aod::hf_correlation_lc_hadron::MV0, aod::hf_correlation_lc_hadron::MV0Ref);
266266

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

0 commit comments

Comments
 (0)