ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Variables
AtTabInfo.cxx File Reference
#include "AtTabInfo.h"
#include <FairLogger.h>
Include dependency graph for AtTabInfo.cxx:

Go to the source code of this file.

Variables

constexpr auto cRED = "\033[1;31m"
 
constexpr auto cYELLOW = "\033[1;33m"
 
constexpr auto cNORMAL = "\033[0m"
 
constexpr auto cGREEN = "\033[1;32m"
 
constexpr auto cBLUE = "\033[1;34m"
 

Variable Documentation

◆ cBLUE

constexpr auto cBLUE = "\033[1;34m"
constexpr

Definition at line 9 of file AtTabInfo.cxx.

◆ cGREEN

constexpr auto cGREEN = "\033[1;32m"
constexpr

Definition at line 8 of file AtTabInfo.cxx.

◆ cNORMAL

constexpr auto cNORMAL = "\033[0m"
constexpr

Definition at line 7 of file AtTabInfo.cxx.

◆ cRED

constexpr auto cRED = "\033[1;31m"
constexpr

Definition at line 5 of file AtTabInfo.cxx.

◆ cYELLOW

constexpr auto cYELLOW = "\033[1;33m"
constexpr

Definition at line 6 of file AtTabInfo.cxx.