From 7f6c70beba19b6f998bb2d104dd4d6e8bed7dff1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 20 Aug 2026 09:30:22 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/SimConfig/include/SimConfig/G4Params.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/SimConfig/include/SimConfig/G4Params.h b/Common/SimConfig/include/SimConfig/G4Params.h index 2c44f97ab1c61..e19eae01747dd 100644 --- a/Common/SimConfig/include/SimConfig/G4Params.h +++ b/Common/SimConfig/include/SimConfig/G4Params.h @@ -57,9 +57,9 @@ struct G4Params : public o2::conf::ConfigurableParamHelper { // Fast simulation. Empty fastSimModels (the default) disables the feature // entirely; see Detectors/gconfig/include/SimSetup/G4FastSimulation.h. - std::string fastSimModels = ""; // comma-separated model names to activate - std::string fastSimRegions = ""; // tracking media the models apply to (wildcards allowed) - float fastSimMinEnergy = 1.f; // GeV; below this the detailed transport runs + std::string fastSimModels = ""; // comma-separated model names to activate + std::string fastSimRegions = ""; // tracking media the models apply to (wildcards allowed) + float fastSimMinEnergy = 1.f; // GeV; below this the detailed transport runs O2ParamDef(G4Params, "G4"); };