ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Namespaces | Functions | Variables
AtTabMacro.cxx File Reference
#include "AtTabMacro.h"
#include "AtViewerManager.h"
#include <TCanvas.h>
#include <iostream>
#include <memory>
Include dependency graph for AtTabMacro.cxx:

Go to the source code of this file.

Namespaces

 DataHandling
 

Functions

 ClassImp (AtTabMacro)
 

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"
 

Function Documentation

◆ ClassImp()

ClassImp ( AtTabMacro  )

Variable Documentation

◆ cBLUE

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

Definition at line 17 of file AtTabMacro.cxx.

◆ cGREEN

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

Definition at line 16 of file AtTabMacro.cxx.

◆ cNORMAL

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

Definition at line 15 of file AtTabMacro.cxx.

◆ cRED

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

Definition at line 13 of file AtTabMacro.cxx.

◆ cYELLOW

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

Definition at line 14 of file AtTabMacro.cxx.