ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
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 |
#define BOLD | ( | x | ) | "\x1B[1m" x RST |
Definition at line 28 of file AtFormat.h.
#define cBLUE "\033[1;34m" |
Definition at line 9 of file AtFormat.h.
#define cGREEN "\033[1;32m" |
Definition at line 8 of file AtFormat.h.
#define cNORMAL "\033[0m" |
Definition at line 7 of file AtFormat.h.
#define cRED "\033[1;31m" |
Definition at line 5 of file AtFormat.h.
#define cYELLOW "\033[1;33m" |
Definition at line 6 of file AtFormat.h.
Definition at line 23 of file AtFormat.h.
Definition at line 25 of file AtFormat.h.
Definition at line 21 of file AtFormat.h.
Definition at line 24 of file AtFormat.h.
Definition at line 20 of file AtFormat.h.
Definition at line 26 of file AtFormat.h.
Definition at line 22 of file AtFormat.h.
#define KBLU "\x1B[34m" |
Definition at line 15 of file AtFormat.h.
#define KCYN "\x1B[36m" |
Definition at line 17 of file AtFormat.h.
#define KGRN "\x1B[32m" |
Definition at line 13 of file AtFormat.h.
#define KMAG "\x1B[35m" |
Definition at line 16 of file AtFormat.h.
#define KRED "\x1B[31m" |
Definition at line 12 of file AtFormat.h.
#define KWHT "\x1B[37m" |
Definition at line 18 of file AtFormat.h.
#define KYEL "\x1B[33m" |
Definition at line 14 of file AtFormat.h.
#define RST "\x1B[0m" |
Definition at line 11 of file AtFormat.h.
#define UNDL | ( | x | ) | "\x1B[4m" x RST |
Definition at line 29 of file AtFormat.h.