From b49a1d937cd46e703050055a048493dc2bab673f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 30 Oct 2024 13:34:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../TableProducer/identifiedBfFilter.cxx | 6 ++---- .../TableProducer/identifiedBfFilter.h | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx b/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx index ea4baccdb0d..fb6355c55b2 100644 --- a/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx +++ b/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx @@ -1444,13 +1444,11 @@ inline int8_t IdentifiedBfFilterTracks::AcceptParticle(ParticleObject& particle, if (ptlow < particle.pt() && particle.pt() < ptup && etalow < particle.eta() && particle.eta() < etaup) { MatchRecoGenSpecies sp = IdentifyParticle(particle); - if(charge == 1){ + if (charge == 1) { return speciesChargeValue1[sp]; - } - else if(charge == -1){ + } else if (charge == -1) { return speciesChargeValue1[sp] + 1; - } } } else { diff --git a/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.h b/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.h index a4030abbab6..392bcd73afe 100644 --- a/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.h +++ b/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.h @@ -731,8 +731,6 @@ inline float getCharge(ParticleObject& particle) return charge; } - - } // namespace identifiedbffilter } // namespace analysis } // namespace o2