Hi!
I’m putting together some custom messengers to define the parameters of my histograms initialized in my RunAction constructor. I’m having issues in the workflow of Geant4, in that the messengers don’t seem to be read until AFTER the histograms are initialized (hence, they won’t initialize without default values which then won’t be overwritten in time to be implemented).
Is there a way to get the messenger inputs to be read before the histograms are initialized? I’ve tried defining the messengers to be for the PreInit state but this has not solved the issue, so any thoughts would be helpful
Thanks!