From 3649d98482658ced49662024fb2eb52815caffa3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 18 Mar 2024 16:07:42 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../TableProducer/candidateCreatorCharmResoReduced.cxx | 8 ++++---- PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx b/PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx index ff8b8fb1436..f4ce8254687 100644 --- a/PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx +++ b/PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx @@ -62,7 +62,7 @@ struct HfCandidateCreatorCharmResoReduced { // Produces: Tables with resonance info Produces rowCandidateReso; - // Configurables + // Configurables Configurable invMassWindowD{"invMassWindowD", 0.5, "invariant-mass window for D candidates (GeV/c2)"}; Configurable invMassWindowV0{"invMassWindowV0", 0.5, "invariant-mass window for V0 candidates (GeV/c2)"}; // QA switch @@ -147,7 +147,7 @@ struct HfCandidateCreatorCharmResoReduced { invMassV0 = candV0.invMassAntiLambda(); targetV0Type = V0Type::AntiLambda; } - if (!TESTBIT(candV0.v0Type(),targetV0Type)) { + if (!TESTBIT(candV0.v0Type(), targetV0Type)) { return false; } } @@ -232,8 +232,8 @@ struct HfCandidateCreatorCharmResoReduced { } // main function void processDs2StarToDplusK0s(aod::HfRedCollisions::iterator const& collision, - aod::HfRed3PrNoTrks const& candsD, - aod::HfRedVzeros const& candsV0) + aod::HfRed3PrNoTrks const& candsD, + aod::HfRedVzeros const& candsV0) { runCandidateCreation(collision, candsD, candidatesK0s); } diff --git a/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx b/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx index 5ce026316b4..a1e9defaa17 100644 --- a/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx +++ b/PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx @@ -157,7 +157,7 @@ struct HfDataCreatorCharmResoReduced { /// \param v0 is the v0 candidate /// \param collision is the current collision /// \param dauTracks are the v0 daughter tracks - /// \param dDaughtersIDs are the IDs of the D meson daughter tracks + /// \param dDaughtersIDs are the IDs of the D meson daughter tracks /// \return a bitmap with mass hypotesis if passes all cuts template inline uint8_t getSelectionMapV0(const V0& v0, const Coll& collision, const std::array& dauTracks, const std::array& dDaughtersIDs)