ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Namespaces | Functions | Variables
AtTabMain.cxx File Reference
#include "AtTabMain.h"
#include "AtContainerManip.h"
#include "AtEvent.h"
#include "AtHit.h"
#include "AtMap.h"
#include "AtPad.h"
#include "AtPadReference.h"
#include "AtPattern.h"
#include "AtPatternEvent.h"
#include "AtRawEvent.h"
#include "AtTabInfo.h"
#include "AtTrack.h"
#include "AtViewerManager.h"
#include <FairLogger.h>
#include <Math/Point3D.h>
#include <TAttMarker.h>
#include <TCanvas.h>
#include <TEveBrowser.h>
#include <TEveEventManager.h>
#include <TEveGeoNode.h>
#include <TEveManager.h>
#include <TEvePointSet.h>
#include <TEveViewer.h>
#include <TEveWindow.h>
#include <TGLCamera.h>
#include <TGLViewer.h>
#include <TGTab.h>
#include <TGeoManager.h>
#include <TGeoVolume.h>
#include <TH1.h>
#include <TH2Poly.h>
#include <TNamed.h>
#include <TObject.h>
#include <TRootEmbeddedCanvas.h>
#include <TString.h>
#include <TStyle.h>
#include <TVirtualPad.h>
#include <TVirtualX.h>
#include <algorithm>
#include <array>
#include <cstdio>
#include <iostream>
#include <utility>
Include dependency graph for AtTabMain.cxx:

Go to the source code of this file.

Namespaces

 DataHandling
 

Functions

 ClassImp (AtTabMain)
 

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 ( AtTabMain  )

Variable Documentation

◆ cBLUE

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

Definition at line 58 of file AtTabMain.cxx.

◆ cGREEN

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

Definition at line 57 of file AtTabMain.cxx.

◆ cNORMAL

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

Definition at line 56 of file AtTabMain.cxx.

◆ cRED

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

Definition at line 54 of file AtTabMain.cxx.

◆ cYELLOW

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

Definition at line 55 of file AtTabMain.cxx.