ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtMergeTask.cxx File Reference
#include "AtMergeTask.h"
#include "AtRawEvent.h"
#include <FairLogger.h>
#include <FairRootManager.h>
#include <FairTask.h>
#include <Math/ParamFunctor.h>
#include <TClonesArray.h>
#include <TF1.h>
#include <TFile.h>
#include <TGraph.h>
#include <TObject.h>
#include <TTreeReader.h>
#include <TTreeReaderValue.h>
#include "S800Ana.h"
#include "S800Calc.h"
#include <algorithm>
#include <cmath>
#include <iostream>
Include dependency graph for AtMergeTask.cxx:

Go to the source code of this file.

Functions

 ClassImp (AtMergeTask)
 

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

Variable Documentation

◆ cBLUE

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

Definition at line 29 of file AtMergeTask.cxx.

◆ cGREEN

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

Definition at line 28 of file AtMergeTask.cxx.

◆ cNORMAL

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

Definition at line 27 of file AtMergeTask.cxx.

◆ cRED

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

Definition at line 25 of file AtMergeTask.cxx.

◆ cYELLOW

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

Definition at line 26 of file AtMergeTask.cxx.