From 9ebb0116897473b5318614097b7c269b6f037a01 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 15 Jul 2026 15:08:29 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/TPC/simulation/src/Detector.cxx | 4 ++-- Detectors/gconfig/src/O2MonopolePhysics.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Detectors/TPC/simulation/src/Detector.cxx b/Detectors/TPC/simulation/src/Detector.cxx index 9957ad8748c7b..09ee899e324c8 100644 --- a/Detectors/TPC/simulation/src/Detector.cxx +++ b/Detectors/TPC/simulation/src/Detector.cxx @@ -117,7 +117,7 @@ Bool_t Detector::ProcessHits(FairVolume* vol) const int trackPdg = fMC->TrackPid(); const bool isMonopole = (TMath::Abs(trackPdg) == 4110000 || TMath::Abs(trackPdg) == 4120000); if (static_cast(trackCharge) == 0) { - // Fall through only for monopoles when ionisation is enabled. + // Fall through only for monopoles when ionisation is enabled. // The behaviour for the other neutral particles remains as before. if (!isMonopole || fMC->Edep() <= 0.) { // set a very large step size for neutral particles @@ -215,7 +215,7 @@ Bool_t Detector::ProcessHits(FairVolume* vol) if (isMonopole) { // ---| MONOPOLE IONISATION |-------- // A magnetic monopole ionises the gas via G4mplIonisation (Ahlen stopping - // power), which is not described by the electric-charge model (no e-charge) + // power), which is not described by the electric-charge model (no e-charge) // Ionisation electrons calculated directly from the energy deposited in this step: Nel = Edep / Wion. // To check by TPC experts if this is actually the best way... numberOfElectrons = static_cast(fMC->Edep() / static_cast(gasParam.Wion)); diff --git a/Detectors/gconfig/src/O2MonopolePhysics.cxx b/Detectors/gconfig/src/O2MonopolePhysics.cxx index e40c4205057af..4fba37a067678 100644 --- a/Detectors/gconfig/src/O2MonopolePhysics.cxx +++ b/Detectors/gconfig/src/O2MonopolePhysics.cxx @@ -103,7 +103,7 @@ class O2MonopolePhysics : public G4VUserPhysicsList continue; } // The reference EM physics list attaches the standard hadron ionisation - // (hIoni) to the monopole, which is wrong and makes G4LossTableManager crash + // (hIoni) to the monopole, which is wrong and makes G4LossTableManager crash // while merging the two dE/dx tables. // Any pre-existing energy-loss process is removed so that mplIoni is the // monopole single, correct ionisation process. This is taken from Geant4