From e6aed27d4718f629c4eeb0918ae9fe0bccca2ba5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 6 May 2025 22:30:10 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/include/Generators/QEDGenParam.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Generators/include/Generators/QEDGenParam.h b/Generators/include/Generators/QEDGenParam.h index 15e31b20d1d78..399a7aef56c68 100644 --- a/Generators/include/Generators/QEDGenParam.h +++ b/Generators/include/Generators/QEDGenParam.h @@ -25,12 +25,12 @@ namespace eventgen { struct QEDGenParam : public o2::conf::ConfigurableParamHelper { - float yMin = -6.f; ///< min Y - float yMax = 6.f; ///< max Y - float ptMin = 0.4e-3; ///< min pT - float ptMax = 10.f; ///< min pT - float cmEnergy = 5360.f; ///< center of mass energy per nucleon pair in GeV - float Z = 82.f; ///< atomic number of the projectile/target (only symmetric systems are compatible for now) + float yMin = -6.f; ///< min Y + float yMax = 6.f; ///< max Y + float ptMin = 0.4e-3; ///< min pT + float ptMax = 10.f; ///< min pT + float cmEnergy = 5360.f; ///< center of mass energy per nucleon pair in GeV + float Z = 82.f; ///< atomic number of the projectile/target (only symmetric systems are compatible for now) // float xSectionQED = -1; ///< estimated QED x-section in barns float xSectionHad = 8.; ///< reference hadronic x-section for the same system