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

Go to the source code of this file.

Variables

constexpr float amu = 931.494
 
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 cORANGEWARNING = "\033[29;5;202m"
 
constexpr auto cBLINKINGRED = "\033[32;5m"
 

Variable Documentation

◆ amu

constexpr float amu = 931.494
constexpr

Definition at line 33 of file AtTPCIonDecay.cxx.

◆ cBLINKINGRED

constexpr auto cBLINKINGRED = "\033[32;5m"
constexpr

Definition at line 43 of file AtTPCIonDecay.cxx.

◆ cBLUE

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

Definition at line 41 of file AtTPCIonDecay.cxx.

◆ cGREEN

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

Definition at line 40 of file AtTPCIonDecay.cxx.

◆ cNORMAL

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

Definition at line 39 of file AtTPCIonDecay.cxx.

◆ cORANGEWARNING

constexpr auto cORANGEWARNING = "\033[29;5;202m"
constexpr

Definition at line 42 of file AtTPCIonDecay.cxx.

◆ cRED

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

Definition at line 37 of file AtTPCIonDecay.cxx.

◆ cYELLOW

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

Definition at line 38 of file AtTPCIonDecay.cxx.