Geant4
10.03.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Namespace List
Namespace Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Functions
pyG4UIterminal Namespace Reference
Functions
void
StartUISession
()
Function Documentation
void
pyG4UIterminal::StartUISession
(
)
Definition at line
46
of file
pyG4UIterminal.cc
.
48
{
49
if
(
session
== 0 ) {
50
G4UItcsh
* tcsh=
new
51
G4UItcsh
(
"[40;01;33mg4py[40;31m(%s)[40;36m[%/][00;30m:"
);
52
53
#if G4VERSION_NUMBER >= 900
54
session
=
new
G4UIterminal
(tcsh,
false
);
55
#else
56
session
=
new
G4UIterminal
(tcsh);
57
#endif
58
tcsh-> SetLsColor(
BLUE
,
RED
);
59
}
60
61
session
-> SessionStart();
62
}
G4UItcsh
Definition:
G4UItcsh.hh:71
session
static G4UIterminal * session
Definition:
pyG4UIterminal.cc:38
BLUE
Definition:
G4VUIshell.hh:55
RED
Definition:
G4VUIshell.hh:54
G4UIterminal
Definition:
G4UIterminal.hh:71
Here is the caller graph for this function:
pyG4UIterminal
Generated on Tue Nov 28 2017 21:46:23 for Geant4 by
1.8.5