Dear Federico,
I was able to find a way to access FLUKA’s internal storage during the run with some user routines, so you can implement an online processing of your own.
usreou.f (1.3 KB) user routine is called at the end of each event. Here you can implement your data processing code.
usrout.f (461 Bytes) is called at the end of the run. This can be used for final processing and printout. You need to add an USROCALL card to your FLUKA input to activate it.
mycommon.inc (55 Bytes) In this include you can define your custom variables, which will be kept during the FLUKA run.
These routines should work with multiple EVENTBIN scorings with many regions.
I think the example printout is self explanatory. If something is not clear, please let me know.
Also, please test it first by yourself as well, if it is working correctly.
Cheers,
David