ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtROOTUnpacker.cxx File Reference
#include "AtROOTUnpacker.h"
#include "AtMap.h"
#include "AtPad.h"
#include "AtPadReference.h"
#include "AtPedestal.h"
#include "AtRawEvent.h"
#include <FairLogger.h>
#include <Rtypes.h>
#include <TFile.h>
#include <TObject.h>
#include <TTree.h>
#include <TTreeReader.h>
#include <TTreeReaderArray.h>
#include <TTreeReaderValue.h>
#include <iostream>
#include <string>
#include <utility>
Include dependency graph for AtROOTUnpacker.cxx:

Go to the source code of this file.

Functions

 ClassImp (AtROOTUnpacker)
 

Variables

constexpr auto cRED = "\033[1;31m"
 
constexpr auto cYELLOW = "\033[1;33m"
 
constexpr auto cNORMAL = "\033[0m"
 
constexpr auto cGREEN = "\033[1;32m"
 

Function Documentation

◆ ClassImp()

ClassImp ( AtROOTUnpacker  )

Variable Documentation

◆ cGREEN

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

Definition at line 26 of file AtROOTUnpacker.cxx.

◆ cNORMAL

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

Definition at line 25 of file AtROOTUnpacker.cxx.

◆ cRED

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

Definition at line 23 of file AtROOTUnpacker.cxx.

◆ cYELLOW

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

Definition at line 24 of file AtROOTUnpacker.cxx.