From 8646c4c2517a01953d14774587ce1b9cc509eb32 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 17 Aug 2026 11:53:31 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/SimConfig/include/SimConfig/SimParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/SimConfig/include/SimConfig/SimParams.h b/Common/SimConfig/include/SimConfig/SimParams.h index 40d9883c576a2..c56e46c91c2ae 100644 --- a/Common/SimConfig/include/SimConfig/SimParams.h +++ b/Common/SimConfig/include/SimConfig/SimParams.h @@ -23,7 +23,7 @@ namespace conf // (mostly used in O2MCApplication stepping) struct SimCutParams : public o2::conf::ConfigurableParamHelper { bool stepFiltering = true; // if we activate the step filtering in O2BaseMCApplication - std::string stepFilteringMacro = ""; // ROOT macro providing keepStep(); empty = built-in z/R cut + std::string stepFilteringMacro = ""; // ROOT macro providing keepStep(); empty = built-in z/R cut bool stepTrackRefHook = false; // if we create track references during generic stepping std::string stepTrackRefHookFile = "${O2_ROOT}/share/Detectors/gconfig/StandardSteppingTrackRefHook.macro"; // the standard code holding the TrackRef callback