From 6a78186ccd6e5e3068ef109771407467853db41c Mon Sep 17 00:00:00 2001
From: FaserMC <fasermc@cern.ch>
Date: Fri, 30 Sep 2022 21:42:04 +0200
Subject: [PATCH] Fix numerical value causing trouble with json

---
 .../data/mdc/FaserMC-MDC_PG_muon_fasernu_logE-101307.json       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CalypsoExample/Generation/data/mdc/FaserMC-MDC_PG_muon_fasernu_logE-101307.json b/Control/CalypsoExample/Generation/data/mdc/FaserMC-MDC_PG_muon_fasernu_logE-101307.json
index db2954f9..3e57b2d3 100644
--- a/Control/CalypsoExample/Generation/data/mdc/FaserMC-MDC_PG_muon_fasernu_logE-101307.json
+++ b/Control/CalypsoExample/Generation/data/mdc/FaserMC-MDC_PG_muon_fasernu_logE-101307.json
@@ -4,7 +4,7 @@
     "maxE": 5000.0,
     "minE": 10.0,
     "pid": [-13, 13],
-    "radius": -25.,
+    "radius": -25.0,
     "angle": 0.0006,
     "run": 101307,
     "sampler": "log",
-- 
GitLab