ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4VUIshell.cc File Reference
#include "G4UImanager.hh"
#include "G4UIcommand.hh"
#include "G4UIcommandTree.hh"
#include "G4StateManager.hh"
#include "G4UIcommandStatus.hh"
#include "G4VUIshell.hh"
#include "G4UIArrayString.hh"
+ Include dependency graph for G4VUIshell.cc:

Go to the source code of this file.

Variables

static const G4String strESC = '\033'
 
static const G4String TermColorString [8]
 

Variable Documentation

const G4String strESC = '\033'
static

Definition at line 38 of file G4VUIshell.cc.

View newest version in sPHENIX GitHub at line 38 of file G4VUIshell.cc

const G4String TermColorString[8]
static
Initial value:
={
strESC+"[30m", strESC+"[31m", strESC+"[32m", strESC+"[33m",
strESC+"[34m", strESC+"[35m", strESC+"[36m", strESC+"[37m"
}

Definition at line 39 of file G4VUIshell.cc.

View newest version in sPHENIX GitHub at line 39 of file G4VUIshell.cc