|
|
|
Re: Random seed in Geant4? [message #13192 is a reply to message #13189] |
Tue, 13 March 2012 16:01 |
Ivana Hrivnacova
Messages: 6 Registered: March 2012
|
occasional visitor |
From: 134.158.93*
|
|
Hi Stefano,
The allowed application states for this command were changed in Geant4 9.5, you can now call it only in Idle state, what means after initialization of MC.
So if you want to keep this command in your configuration file, you have to call it after
yourApplication->InitMC();
See geant4_vmc/example/E06 and g4config2.in macro, which is called at Idle state of Geant4.
Best regards,
Ivana
|
|
|