ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Variables
AtTPC2Body.cxx File Reference
#include "AtTPC2Body.h"
#include "AtEulerTransformation.h"
#include "AtVertexPropagator.h"
#include <FairIon.h>
#include <FairLogger.h>
#include <FairParticle.h>
#include <FairPrimaryGenerator.h>
#include <FairRunSim.h>
#include <TDatabasePDG.h>
#include <TMath.h>
#include <TParticle.h>
#include <TParticlePDG.h>
#include <TRandom.h>
#include <TVector3.h>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <iostream>
#include <memory>
Include dependency graph for AtTPC2Body.cxx:

Go to the source code of this file.

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"
 

Variable Documentation

◆ cBLUE

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

Definition at line 29 of file AtTPC2Body.cxx.

◆ cGREEN

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

Definition at line 28 of file AtTPC2Body.cxx.

◆ cNORMAL

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

Definition at line 27 of file AtTPC2Body.cxx.

◆ cRED

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

Definition at line 25 of file AtTPC2Body.cxx.

◆ cYELLOW

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

Definition at line 26 of file AtTPC2Body.cxx.