45 fpCommand =
new G4UIcmdWithAString(
"/vis/multithreading/actionOnEventQueueFull",
this);
46 fpCommand->SetGuidance(
"When event queue for drawing gets full:");
47 fpCommand->SetGuidance(
"wait: event processing waits for vis manager to catch up.");
48 fpCommand->SetGuidance(
"discard: events are discarded for drawing.");
49 fpCommand->SetCandidates(
"wait discard");
50 fpCommand->SetParameterName (
"wait", omitable =
true);
51 fpCommand->SetDefaultValue (
"wait");
71 G4warn <<
"command /vis/multithreading/actionOnEventQueueFull ignored in sequential mode" <<
G4endl;
76 if (newValue ==
"wait") {
84 "When event queue for drawing is full,";
86 G4cout <<
" event processing will wait";
88 G4cout <<
" events will be discarded for drawing";
100 fpCommand->SetGuidance
101 (
"Defines maximum event queue size. N <=0 means \"unlimited\".");
102 fpCommand->SetGuidance
103 (
"If adding an event to the visualisation event queue would cause the"
104 " queue size to exceed this value:");
105 fpCommand->SetGuidance
106 (
" if actionOnEventQueueFull==wait the worker threads are paused for a short"
107 " time to give the visualisation manager a chance to catch up.");
108 fpCommand->SetGuidance
109 (
" if actionOnEventQueueFull==discard the event is discarded for drawing.");
110 fpCommand->SetParameterName (
"maxSize", omitable =
true);
111 fpCommand->SetDefaultValue (100);
131 G4warn <<
"command /vis/multithreading/maxEventQueueSize ignored in sequential mode" <<
G4endl;
136 G4int maxEventQueueSize = fpCommand->GetNewIntValue(newValue);
141 "Maximum event queue size has been set to "
G4GLOB_DLL std::ostream G4cout
static G4VisManager * fpVisManager
void SetNewValue(G4UIcommand *command, G4String newValue)
G4VisCommandMultithreadingActionOnEventQueueFull()
G4String GetCurrentValue(G4UIcommand *command)
virtual ~G4VisCommandMultithreadingActionOnEventQueueFull()
virtual ~G4VisCommandMultithreadingMaxEventQueueSize()
G4String GetCurrentValue(G4UIcommand *command)
G4VisCommandMultithreadingMaxEventQueueSize()
void SetNewValue(G4UIcommand *command, G4String newValue)
G4bool IsMultithreadedApplication()