From 8f3c4e7df300af352572124b4954df224598ebd7 Mon Sep 17 00:00:00 2001 From: Cornelius Feier-Riesen <cornelius.riesen@physik.uni-giessen.de> Date: Wed, 21 Jul 2021 11:14:03 +0200 Subject: [PATCH] Apply clang format --- .../dielectron/lmvm/CbmAnaDielectronTask.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx b/analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx index 4c18e2783c..bb1d36895b 100644 --- a/analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx +++ b/analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx @@ -2667,20 +2667,20 @@ void CbmAnaDielectronTask::SetEnergyAndPlutoParticle(const string& energy, const { // names of particles in common production differ from our names if (particle == "rho0") { - this->SetEnergyAndPlutoParticle(energy, "inmed"); - return; + this->SetEnergyAndPlutoParticle(energy, "inmed"); + return; } else if (particle == "wdalitz") { - this->SetEnergyAndPlutoParticle(energy, "omegadalitz"); - return; + this->SetEnergyAndPlutoParticle(energy, "omegadalitz"); + return; } else if (particle == "w") { - this->SetEnergyAndPlutoParticle(energy, "omegaepem"); - return; + this->SetEnergyAndPlutoParticle(energy, "omegaepem"); + return; } else if (particle == "qgp_epem") { - this->SetEnergyAndPlutoParticle(energy, "qgp"); - return; + this->SetEnergyAndPlutoParticle(energy, "qgp"); + return; } // Au+Au centr old scaling factors -- GitLab