ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtEventManager.cxx File Reference
#include "AtEventManager.h"
#include "AtEvent.h"
#include <FairRootManager.h>
#include <FairRunAna.h>
#include <Rtypes.h>
#include <TCanvas.h>
#include <TChain.h>
#include <TClonesArray.h>
#include <TEveBrowser.h>
#include <TEveEventManager.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 <TRootBrowser.h>
#include <TRootEmbeddedCanvas.h>
#include <TString.h>
#include <TStyle.h>
#include <TSystem.h>
#include <TVirtualPad.h>
#include <TVirtualX.h>
#include "S800Ana.h"
#include "S800Calc.h"
#include <iostream>
#include <string>
Include dependency graph for AtEventManager.cxx:

Go to the source code of this file.

Functions

 ClassImp (AtEventManager)
 

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

Variable Documentation

◆ cBLUE

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

Definition at line 50 of file AtEventManager.cxx.

◆ cGREEN

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

Definition at line 49 of file AtEventManager.cxx.

◆ cNORMAL

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

Definition at line 48 of file AtEventManager.cxx.

◆ cRED

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

Definition at line 46 of file AtEventManager.cxx.

◆ cWHITERED

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

Definition at line 51 of file AtEventManager.cxx.

◆ cYELLOW

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

Definition at line 47 of file AtEventManager.cxx.