ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Macros
AtFormat.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define cRED   "\033[1;31m"
 
#define cYELLOW   "\033[1;33m"
 
#define cNORMAL   "\033[0m"
 
#define cGREEN   "\033[1;32m"
 
#define cBLUE   "\033[1;34m"
 
#define RST   "\x1B[0m"
 
#define KRED   "\x1B[31m"
 
#define KGRN   "\x1B[32m"
 
#define KYEL   "\x1B[33m"
 
#define KBLU   "\x1B[34m"
 
#define KMAG   "\x1B[35m"
 
#define KCYN   "\x1B[36m"
 
#define KWHT   "\x1B[37m"
 
#define FRED(x)   KRED x RST
 
#define FGRN(x)   KGRN x RST
 
#define FYEL(x)   KYEL x RST
 
#define FBLU(x)   KBLU x RST
 
#define FMAG(x)   KMAG x RST
 
#define FCYN(x)   KCYN x RST
 
#define FWHT(x)   KWHT x RST
 
#define BOLD(x)   "\x1B[1m" x RST
 
#define UNDL(x)   "\x1B[4m" x RST
 

Macro Definition Documentation

◆ BOLD

#define BOLD (   x)    "\x1B[1m" x RST

Definition at line 28 of file AtFormat.h.

◆ cBLUE

#define cBLUE   "\033[1;34m"

Definition at line 9 of file AtFormat.h.

◆ cGREEN

#define cGREEN   "\033[1;32m"

Definition at line 8 of file AtFormat.h.

◆ cNORMAL

#define cNORMAL   "\033[0m"

Definition at line 7 of file AtFormat.h.

◆ cRED

#define cRED   "\033[1;31m"

Definition at line 5 of file AtFormat.h.

◆ cYELLOW

#define cYELLOW   "\033[1;33m"

Definition at line 6 of file AtFormat.h.

◆ FBLU

#define FBLU (   x)    KBLU x RST

Definition at line 23 of file AtFormat.h.

◆ FCYN

#define FCYN (   x)    KCYN x RST

Definition at line 25 of file AtFormat.h.

◆ FGRN

#define FGRN (   x)    KGRN x RST

Definition at line 21 of file AtFormat.h.

◆ FMAG

#define FMAG (   x)    KMAG x RST

Definition at line 24 of file AtFormat.h.

◆ FRED

#define FRED (   x)    KRED x RST

Definition at line 20 of file AtFormat.h.

◆ FWHT

#define FWHT (   x)    KWHT x RST

Definition at line 26 of file AtFormat.h.

◆ FYEL

#define FYEL (   x)    KYEL x RST

Definition at line 22 of file AtFormat.h.

◆ KBLU

#define KBLU   "\x1B[34m"

Definition at line 15 of file AtFormat.h.

◆ KCYN

#define KCYN   "\x1B[36m"

Definition at line 17 of file AtFormat.h.

◆ KGRN

#define KGRN   "\x1B[32m"

Definition at line 13 of file AtFormat.h.

◆ KMAG

#define KMAG   "\x1B[35m"

Definition at line 16 of file AtFormat.h.

◆ KRED

#define KRED   "\x1B[31m"

Definition at line 12 of file AtFormat.h.

◆ KWHT

#define KWHT   "\x1B[37m"

Definition at line 18 of file AtFormat.h.

◆ KYEL

#define KYEL   "\x1B[33m"

Definition at line 14 of file AtFormat.h.

◆ RST

#define RST   "\x1B[0m"

Definition at line 11 of file AtFormat.h.

◆ UNDL

#define UNDL (   x)    "\x1B[4m" x RST

Definition at line 29 of file AtFormat.h.