From cff221c9b57db1e99190a035298b4bb2b349c355 Mon Sep 17 00:00:00 2001 From: kochebina <42149373+kochebina@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:55:19 +0100 Subject: [PATCH 1/2] Document spatial resolution history in ROOT output Added note about keeping history of spatial resolution for Singles and Coincidences in ROOT output. --- docs/digitizer_and_detector_modeling.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/digitizer_and_detector_modeling.rst b/docs/digitizer_and_detector_modeling.rst index fc7216ed6..2352c58cd 100644 --- a/docs/digitizer_and_detector_modeling.rst +++ b/docs/digitizer_and_detector_modeling.rst @@ -581,6 +581,11 @@ BEWARE : The file for 2D Distribution should be structured such that: 15 9.42 6.53 3.15 6.32 9.71 30 9.42 7.45 6.25 7.32 9.74 +**IMPORTANT!** It is possible to keep the history of the spatial resolution for each Singles and Coincidences. It is availble for the moment only in ROOT output with a command:: + + /gate/output/root/SpRes2DStdDevOutput 1 + + Energy Framing ^^^^^^^^^^^^^^ *Previously Thresholder and Upholder* From a51d089ccdb764e3c8425a0fe98d4010377e9fb4 Mon Sep 17 00:00:00 2001 From: kochebina <42149373+kochebina@users.noreply.github.com> Date: Fri, 20 Feb 2026 11:05:36 +0100 Subject: [PATCH 2/2] Add reference link for spatial resolution history Updated the note about spatial resolution history to include a reference link. --- docs/digitizer_and_detector_modeling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/digitizer_and_detector_modeling.rst b/docs/digitizer_and_detector_modeling.rst index 2352c58cd..4d40cacdc 100644 --- a/docs/digitizer_and_detector_modeling.rst +++ b/docs/digitizer_and_detector_modeling.rst @@ -581,7 +581,7 @@ BEWARE : The file for 2D Distribution should be structured such that: 15 9.42 6.53 3.15 6.32 9.71 30 9.42 7.45 6.25 7.32 9.74 -**IMPORTANT!** It is possible to keep the history of the spatial resolution for each Singles and Coincidences. It is availble for the moment only in ROOT output with a command:: +**IMPORTANT!** It is possible to keep the history of the spatial resolution for each Singles and Coincidences. It is availble for the moment only in ROOT output (:ref:`data_output_management.html#root-output`) with a command:: /gate/output/root/SpRes2DStdDevOutput 1