From d4431d187f70f3e26df2bdd8841c8f508bd005e6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 15 Jan 2025 11:24:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Tasks/threeParticleCorrelations.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx index 61f766bec1a..01b2c47bca2 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx @@ -300,7 +300,7 @@ struct ThreeParticleCorrelations { } assocPID = trackPID(associate); - deltaPhi = RecoDecay::constrainAngle(trigger.phi() - associate.phi(), -constants::math::PIHalf); + deltaPhi = RecoDecay::constrainAngle(trigger.phi() - associate.phi(), -constants::math::PIHalf); deltaEta = trigger.eta() - associate.eta(); if (candMass >= massLambda - 4 * dGaussSigma && candMass <= massLambda + 4 * dGaussSigma) { @@ -390,7 +390,7 @@ struct ThreeParticleCorrelations { // Purity (PID) assocPID = trackPID(track); - if (track.sign() > 0) { // Positive tracks + if (track.sign() > 0) { // Positive tracks if (assocPID[0] == 0.0) { // Pions rMCRegistry.fill(HIST("hSelectPionP"), track.pt()); if (particle.pdgCode() == kPiPlus) { @@ -408,7 +408,7 @@ struct ThreeParticleCorrelations { } } } else if (track.sign() < 0) { // Negative tracks - if (assocPID[0] == 0.0) { // Pions + if (assocPID[0] == 0.0) { // Pions rMCRegistry.fill(HIST("hSelectPionN"), track.pt()); if (particle.pdgCode() == kPiMinus) { rMCRegistry.fill(HIST("hTrueSelectPionN"), track.pt());