ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtEventManagerS800.cxx File Reference
#include "AtEventManagerS800.h"
#include "AtEvent.h"
#include <FairRootManager.h>
#include <TCanvas.h>
#include <TChain.h>
#include <TClonesArray.h>
#include <TEveBrowser.h>
#include <TEveGeoNode.h>
#include <TEveManager.h>
#include <TEveViewer.h>
#include <TEveWindow.h>
#include <TFile.h>
#include <TGButton.h>
#include <TGClient.h>
#include <TGFrame.h>
#include <TGLCamera.h>
#include <TGLViewer.h>
#include <TGLabel.h>
#include <TGLayout.h>
#include <TGNumberEntry.h>
#include <TGTab.h>
#include <TGWindow.h>
#include <TGeoManager.h>
#include <TGeoVolume.h>
#include <TH2.h>
#include <TH2Poly.h>
#include <TObject.h>
#include <TROOT.h>
#include <TRootBrowser.h>
#include <TRootEmbeddedCanvas.h>
#include <TString.h>
#include <TStyle.h>
#include <TSystem.h>
#include <TVirtualPad.h>
#include <TVirtualX.h>
#include "S800Calc.h"
#include <cmath>
#include <iostream>
#include <string>
#include <vector>
Include dependency graph for AtEventManagerS800.cxx:

Go to the source code of this file.

Functions

 ClassImp (AtEventManagerS800)
 

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

Variable Documentation

◆ cBLUE

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

Definition at line 52 of file AtEventManagerS800.cxx.

◆ cGREEN

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

Definition at line 51 of file AtEventManagerS800.cxx.

◆ cNORMAL

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

Definition at line 50 of file AtEventManagerS800.cxx.

◆ cRED

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

Definition at line 48 of file AtEventManagerS800.cxx.

◆ cWHITERED

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

Definition at line 53 of file AtEventManagerS800.cxx.

◆ cYELLOW

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

Definition at line 49 of file AtEventManagerS800.cxx.