Storing Coincidence Values in GATE

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

Geant4 Version: 11.4.0
Operating System: Linux
Compiler/Version: 22.04.5
CMake Version: 3.22.1


I am making a simulation in GATE (Geant4 Application for Tomographic Emission) and I am trying to get the coincidences to be stored. There should be coincidences appearing, but they are not being stored when I search through them through ROOT. I was wondering if anyone would be willing to help me?

I have tried the premade files in GATE and even those do not produce any coincidences which makes me wonder if anyone else is having this problem.

Here is the coincidence code from my macro file:
/gate/digitizerMgr/name CoincidenceSorter
/gate/digitizerMgr/insert CoincidenceSorter

/gate/digitizerMgr/CoincidenceSorter/Coincidences/setInputCollection Singles
/gate/digitizerMgr/CoincidenceSorter/Coincidences/setWindow 10. ns

/gate/digitizerMgr/name delay
/gate/digitizerMgr/insert CoincidenceSorter
/gate/digitizerMgr/CoincidenceSorter/delay/setInputCollection Singles
/gate/digitizerMgr/CoincidenceSorter/delay/setWindow 10. ns
/gate/digitizerMgr/CoincidenceSorter/delay/setOffset 500. ns