From 48ac38efe166c9bdf36bc8c4291fe78cbe3377f6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 10 Jun 2026 14:43:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/DataModel/CorrelationTables.h | 2 +- PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/HFC/DataModel/CorrelationTables.h b/PWGHF/HFC/DataModel/CorrelationTables.h index f400e5893bb..02ffed0b9c4 100644 --- a/PWGHF/HFC/DataModel/CorrelationTables.h +++ b/PWGHF/HFC/DataModel/CorrelationTables.h @@ -227,7 +227,7 @@ DECLARE_SOA_COLUMN(PiNsigmTOF, piNsigmTOF, float); //! A DECLARE_SOA_COLUMN(MCandHadron, mCandHadron, float); //! Invariant mass of Lc/Sc+Hadron combined system DECLARE_SOA_COLUMN(PtCombined, ptCombined, float); //! Transverse momentum of combined Lc+Hadron system DECLARE_SOA_COLUMN(MV0, mV0, float); //! Invariant mass of V0 -DECLARE_SOA_COLUMN(MV0Ref, mV0Ref, float); //! Invariant mass of reflected V0 +DECLARE_SOA_COLUMN(MV0Ref, mV0Ref, float); //! Invariant mass of reflected V0 } // namespace hf_correlation_lc_hadron DECLARE_SOA_TABLE(PtLcFromScHPair, "AOD", "PTLCSCHPAIR", //! Sc-->Lc pT for paired Sc-proton diff --git a/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx index 5861156045e..a223a06d493 100644 --- a/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx @@ -389,7 +389,7 @@ struct HfCorrelatorLcScHadrons { Configurable calEffV0{"calEffV0", false, "calculate lambda0 efficiency"}; } cfgV0; - // Event Mixing for the Data Mode + // Event Mixing for the Data Mode // using SelCollisionsWithSc = soa::Join; using SelCollisions = soa::Filtered>; using SelCollisionsMc = soa::Filtered>; // collisionFilter applied