Skip to content

Commit 48ac38e

Browse files
committed
Please consider the following formatting changes
1 parent 6818f62 commit 48ac38e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 1 addition & 1 deletion
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(MV0Ref, mV0Ref, 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

PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ struct HfCorrelatorLcScHadrons {
389389
Configurable<bool> calEffV0{"calEffV0", false, "calculate lambda0 efficiency"};
390390
} cfgV0;
391391

392-
// Event Mixing for the Data Mode
392+
// Event Mixing for the Data Mode
393393
// using SelCollisionsWithSc = soa::Join<aod::Collisions, aod::Mults, aod::EvSels>;
394394
using SelCollisions = soa::Filtered<soa::Join<aod::Collisions, aod::Mults, aod::EvSels, aod::LcSelection>>;
395395
using SelCollisionsMc = soa::Filtered<soa::Join<aod::McCollisions, aod::LcSelection, aod::MultsExtraMC>>; // collisionFilter applied

0 commit comments

Comments
 (0)