#include <G4LocalThreadCoutMessenger.hh>
◆ G4LocalThreadCoutMessenger()
G4LocalThreadCoutMessenger::G4LocalThreadCoutMessenger |
( |
| ) |
|
Definition at line 43 of file G4LocalThreadCoutMessenger.cc.
91 ignoreCmd->
SetGuidance(
"This command takes effect only if cout destination is screen without buffering.");
100 ignoreInitCmd->
SetGuidance(
"Omit cout from threads during initialization, as they should be identical to the masther thread.");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetParameter(G4UIparameter *const newParameter)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(const char *theDefaultValue)
G4UIcmdWithABool * ignoreInitCmd
void SetDefaultValue(G4bool defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4UIcmdWithAString * prefixCmd
void SetGuidance(const char *aGuidance)
G4UIcommand * cerrFileNameCmd
void AvailableForStates(G4ApplicationState s1)
void SetDefaultValue(const char *defVal)
G4UIcommand * coutFileNameCmd
G4UIcmdWithABool * bufferCoutCmd
void SetDefaultValue(G4int defVal)
G4UIcmdWithAnInteger * ignoreCmd
◆ ~G4LocalThreadCoutMessenger()
G4LocalThreadCoutMessenger::~G4LocalThreadCoutMessenger |
( |
| ) |
|
Definition at line 108 of file G4LocalThreadCoutMessenger.cc.
G4UIcmdWithABool * ignoreInitCmd
G4UIcmdWithAString * prefixCmd
G4UIcommand * cerrFileNameCmd
G4UIcommand * coutFileNameCmd
G4UIcmdWithABool * bufferCoutCmd
G4UIcmdWithAnInteger * ignoreCmd
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 119 of file G4LocalThreadCoutMessenger.cc.
void SetThreadPrefixString(const G4String &s="W")
void SetCoutFileName(const G4String &fileN="G4cout.txt", G4bool ifAppend=true)
void SetThreadUseBuffer(G4bool flg=true)
G4UIcmdWithABool * ignoreInitCmd
void SetCerrFileName(const G4String &fileN="G4cerr.txt", G4bool ifAppend=true)
static G4UImanager * GetUIpointer()
G4UIcmdWithAString * prefixCmd
void SetThreadIgnoreInit(G4bool flg=true)
G4UIcommand * cerrFileNameCmd
G4UIcommand * coutFileNameCmd
G4UIcmdWithABool * bufferCoutCmd
G4UIcmdWithAnInteger * ignoreCmd
void SetThreadIgnore(G4int tid=0)
◆ bufferCoutCmd
◆ cerrFileNameCmd
G4UIcommand* G4LocalThreadCoutMessenger::cerrFileNameCmd |
|
private |
◆ coutDir
◆ coutFileNameCmd
G4UIcommand* G4LocalThreadCoutMessenger::coutFileNameCmd |
|
private |
◆ ignoreCmd
◆ ignoreInitCmd
◆ prefixCmd
The documentation for this class was generated from the following files: