From 7d73f8725b1849a5bf86149a99313f5e82f97f8a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 24 Apr 2025 12:12:26 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/include/Generators/NuclCoalescencePythia8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generators/include/Generators/NuclCoalescencePythia8.h b/Generators/include/Generators/NuclCoalescencePythia8.h index 8734122a52e77..d7498a52756e9 100644 --- a/Generators/include/Generators/NuclCoalescencePythia8.h +++ b/Generators/include/Generators/NuclCoalescencePythia8.h @@ -106,7 +106,7 @@ bool coalPythia8(Pythia8::Event& event, int charge, int pdgCode, float mass, boo } } LOG(debug) - "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e(); + "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e(); return true; }