ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Variables
AtTPCIonGenerator.cxx File Reference
#include "AtTPCIonGenerator.h"
#include "AtVertexPropagator.h"
#include <FairIon.h>
#include <FairParticle.h>
#include <FairPrimaryGenerator.h>
#include <FairRunSim.h>
#include <TDatabasePDG.h>
#include <TMath.h>
#include <TObjArray.h>
#include <TObject.h>
#include <TParticle.h>
#include <TParticlePDG.h>
#include <TRandom.h>
#include <TString.h>
#include <cmath>
#include <iostream>
#include <limits>
Include dependency graph for AtTPCIonGenerator.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 31 of file AtTPCIonGenerator.cxx.

◆ cGREEN

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

Definition at line 30 of file AtTPCIonGenerator.cxx.

◆ cNORMAL

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

Definition at line 29 of file AtTPCIonGenerator.cxx.

◆ cRED

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

Definition at line 27 of file AtTPCIonGenerator.cxx.

◆ cYELLOW

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

Definition at line 28 of file AtTPCIonGenerator.cxx.