44 fRunAction (runAction),
47 fSetVerboseLevelCmd(0),
50 fSetRndmFileNameCmd(0),
54 fTopDirectory->
SetGuidance(
"UI commands of common example classes");
60 fSetVerboseLevelCmd->
SetGuidance(
"Set run verbose level ." );
66 ->
SetGuidance(
"Activate saving random number at beginOfRun and endOfRun .");
71 fSetReadRndmCmd->
SetGuidance(
"Get rndm status from an external file at beginOfRun.");
76 fSetRndmFileNameCmd->
SetGuidance(
"Set rndm file name (to read from).");
81 fSetAutoSeedCmd->
SetGuidance(
"Switch on/off time-based random seeds");
82 fSetAutoSeedCmd->
SetGuidance(
" true: run seeds determined by system time");
83 fSetAutoSeedCmd->
SetGuidance(
" false: use command 'random/resetEngineFrom'");
94 delete fSetVerboseLevelCmd;
95 delete fSetSaveRndmCmd;
96 delete fSetReadRndmCmd;
97 delete fSetRndmFileNameCmd;
98 delete fSetAutoSeedCmd;
105 if ( command == fSetVerboseLevelCmd ) {
108 else if ( command == fSetSaveRndmCmd ) {
111 else if ( command == fSetReadRndmCmd ) {
114 else if (command == fSetRndmFileNameCmd) {
117 else if ( command == fSetAutoSeedCmd ) {