#include "AtTPC_d2He.h"
#include "AtVertexPropagator.h"
#include <FairIon.h>
#include <FairParticle.h>
#include <FairPrimaryGenerator.h>
#include <FairRunSim.h>
#include <TDatabasePDG.h>
#include <TMath.h>
#include <TMathBase.h>
#include <TParticle.h>
#include <TParticlePDG.h>
#include <TRandom.h>
#include <TVector3.h>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <iostream>
Go to the source code of this file.
|
| Double_t | sign (Double_t num) |
| |
|
| 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 float | amu = 931.494 |
| |
◆ sign()
| Double_t sign |
( |
Double_t |
num | ) |
|
|
inline |
◆ amu
| constexpr float amu = 931.494 |
|
constexpr |
◆ cBLUE
| constexpr auto cBLUE = "\033[1;34m" |
|
constexpr |
◆ cGREEN
| constexpr auto cGREEN = "\033[1;32m" |
|
constexpr |
◆ cNORMAL
| constexpr auto cNORMAL = "\033[0m" |
|
constexpr |
◆ cRED
| constexpr auto cRED = "\033[1;31m" |
|
constexpr |
◆ cYELLOW
| constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |