Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VUIshell.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Classes

class  G4VUIshell
 

Enumerations

enum  TermColorIndex {
  BLACK = 0 , RED , GREEN , YELLOW ,
  BLUE , PURPLE , CYAN , WHITE
}
 

Enumeration Type Documentation

◆ TermColorIndex

Enumerator
BLACK 
RED 
GREEN 
YELLOW 
BLUE 
PURPLE 
CYAN 
WHITE 

Definition at line 53 of file G4VUIshell.hh.

54{
55 BLACK = 0,
56 RED,
57 GREEN,
58 YELLOW,
59 BLUE,
60 PURPLE,
61 CYAN,
62 WHITE
63};
@ PURPLE
Definition G4VUIshell.hh:60
@ WHITE
Definition G4VUIshell.hh:62
@ BLUE
Definition G4VUIshell.hh:59
@ GREEN
Definition G4VUIshell.hh:57
@ CYAN
Definition G4VUIshell.hh:61
@ YELLOW
Definition G4VUIshell.hh:58
@ BLACK
Definition G4VUIshell.hh:55
@ RED
Definition G4VUIshell.hh:56