ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Namespaces | Functions | Variables
AtViewerManager.cxx File Reference
#include "AtViewerManager.h"
#include "AtEventSidebar.h"
#include "AtRawEvent.h"
#include "AtSidebarFrames.h"
#include "AtTabBase.h"
#include <FairLogger.h>
#include <FairRootManager.h>
#include <FairRunAna.h>
#include <Rtypes.h>
#include <TClonesArray.h>
#include <TEveBrowser.h>
#include <TEveManager.h>
#include <TList.h>
#include <TObject.h>
#include <TRootBrowser.h>
#include <TString.h>
#include <TStyle.h>
#include <GuiTypes.h>
#include <iostream>
#include <utility>
Include dependency graph for AtViewerManager.cxx:

Go to the source code of this file.

Namespaces

 DataHandling
 

Functions

 ClassImp (AtViewerManager)
 

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"
 
constexpr auto cWHITERED = "\033[37;41m"
 

Function Documentation

◆ ClassImp()

ClassImp ( AtViewerManager  )

Variable Documentation

◆ cBLUE

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

Definition at line 35 of file AtViewerManager.cxx.

◆ cGREEN

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

Definition at line 34 of file AtViewerManager.cxx.

◆ cNORMAL

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

Definition at line 33 of file AtViewerManager.cxx.

◆ cRED

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

Definition at line 31 of file AtViewerManager.cxx.

◆ cWHITERED

constexpr auto cWHITERED = "\033[37;41m"
constexpr

Definition at line 36 of file AtViewerManager.cxx.

◆ cYELLOW

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

Definition at line 32 of file AtViewerManager.cxx.