#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>
Go to the source code of this file.
|
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" |
|
◆ amu
constexpr float amu = 931.494 |
|
constexpr |
◆ cBLINKINGRED
constexpr auto cBLINKINGRED = "\033[32;5m" |
|
constexpr |
◆ cBLUE
constexpr auto cBLUE = "\033[1;34m" |
|
constexpr |
◆ cGREEN
constexpr auto cGREEN = "\033[1;32m" |
|
constexpr |
◆ cNORMAL
constexpr auto cNORMAL = "\033[0m" |
|
constexpr |
◆ cORANGEWARNING
constexpr auto cORANGEWARNING = "\033[29;5;202m" |
|
constexpr |
◆ cRED
constexpr auto cRED = "\033[1;31m" |
|
constexpr |
◆ cYELLOW
constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |