Neutron and Gamma Volume Flux Using Command-Based Scoring

I’m currently trying to score the volume flux of neutrons and gammas using command-based scoring in Geant4. I have a box detector with dimensions 100 cm × 100 cm × 100 cm, made of GAGG (Gadolinium Aluminum Gallium Garnet), and it is placed at the origin (0, 0, 0).
I’m also using a probe of size 100 cm, positioned at (0, 0, 0) as well. In my macro file, I have applied the volumeFlux scorer for both neutrons and gammas.

Unfortunately, I’m not getting any scoring output, and I’m not sure what I might be doing wrong.
Could someone kindly help me identify the issue or suggest any corrections to my setup? Any guidance would be greatly appreciated.

Thank you very much in advance!
Deepika

This is my macro
/score/create/probe Probes 100. cm
/score/probe/locate 0. 0. 0. cm

/score/quantity/volumeFlux gammaFlux
/score/filter/particle gammaFilter gamma
/score/quantity/volumeFlux neutronFlux
/score/filter/particle neutronFilter neutron

/score/close
/score/list

/control/verbose 2
/run/verbose 2
/gun/particle neutron
/run/beamOn 100

/score/dumpQuantityToFile Probes gammaFlux gammaFlux.txt
/score/dumpQuantityToFile Probes neutronFlux neutronFlux.txt