ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtTPC_d2He.cxx File Reference
#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>
Include dependency graph for AtTPC_d2He.cxx:

Go to the source code of this file.

Functions

Double_t sign (Double_t num)
 

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"
 
constexpr float amu = 931.494
 

Function Documentation

◆ sign()

Double_t sign ( Double_t  num)
inline

Definition at line 39 of file AtTPC_d2He.cxx.

Variable Documentation

◆ amu

constexpr float amu = 931.494
constexpr

Definition at line 29 of file AtTPC_d2He.cxx.

◆ cBLUE

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

Definition at line 27 of file AtTPC_d2He.cxx.

◆ cGREEN

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

Definition at line 26 of file AtTPC_d2He.cxx.

◆ cNORMAL

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

Definition at line 25 of file AtTPC_d2He.cxx.

◆ cRED

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

Definition at line 23 of file AtTPC_d2He.cxx.

◆ cYELLOW

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

Definition at line 24 of file AtTPC_d2He.cxx.