51 "Send G4cout stream to a file dedicated to a thread. ");
53 "To have a display output, use special keyword \"**Screen**\".");
55 "If append flag is true output is appended to file,");
59 pp->SetDefaultValue(
"**Screen**");
62 pp->SetDefaultValue(
true);
67 "Send G4cerr stream to a file dedicated to a thread. ");
69 "To have a display output, use special keyword \"**Screen**\".");
71 "If append flag is true output is appended to file,");
75 pp->SetDefaultValue(
"**Screen**");
78 pp->SetDefaultValue(
true);
84 "The buffered text will be printed at the end of the job");
86 "for each thread at a time, so that output of each thread is grouped.");
88 "This command has no effect if output goes to a file.");
95 "Set the prefix string for each cout/cerr line from a thread.");
104 "is screen without buffering.");
106 "If specified thread ID is greater than the number of threads,");
108 "no cout is displayed from worker threads. -1 to reset.");
117 "they should be identical to the master thread.");
119 "destination is screen without buffering.");
G4UIcmdWithAString * prefixCmd
G4LocalThreadCoutMessenger()
void SetNewValue(G4UIcommand *, G4String)
G4UIcmdWithAnInteger * ignoreCmd
G4UIcmdWithABool * ignoreInitCmd
G4UIcmdWithABool * bufferCoutCmd
G4UIcommand * coutFileNameCmd
G4UIcommand * cerrFileNameCmd
~G4LocalThreadCoutMessenger()
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(G4bool defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(const char *defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(G4int defVal)
void SetParameter(G4UIparameter *const newParameter)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetCerrFileName(const G4String &fileN="G4cerr.txt", G4bool ifAppend=true)
void SetThreadIgnoreInit(G4bool flg=true)
void SetThreadPrefixString(const G4String &prefix="W")
void SetCoutFileName(const G4String &fileN="G4cout.txt", G4bool ifAppend=true)
void SetThreadIgnore(G4int tid=0)
static G4UImanager * GetUIpointer()
void SetThreadUseBuffer(G4bool flg=true)