ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
S800Ana.cxx File Reference
#include "S800Ana.h"
#include <FairLogger.h>
#include <TCollection.h>
#include <TCutG.h>
#include <TFile.h>
#include <TKey.h>
#include <TList.h>
#include <TObject.h>
#include <TString.h>
#include "S800Calc.h"
#include <algorithm>
#include <cmath>
#include <iostream>
Include dependency graph for S800Ana.cxx:

Go to the source code of this file.

Functions

 ClassImp (S800Ana)
 

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

Variable Documentation

◆ cBLUE

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

Definition at line 23 of file S800Ana.cxx.

◆ cGREEN

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

Definition at line 22 of file S800Ana.cxx.

◆ cNORMAL

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

Definition at line 21 of file S800Ana.cxx.

◆ cRED

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

Definition at line 19 of file S800Ana.cxx.

◆ cYELLOW

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

Definition at line 20 of file S800Ana.cxx.