#include "AtTPCFissionGeneratorV2.h"
#include "AtVertexPropagator.h"
#include <FairIon.h>
#include <FairPrimaryGenerator.h>
#include <FairRunSim.h>
#include <TDatabasePDG.h>
#include <TFile.h>
#include <TObject.h>
#include <TParticlePDG.h>
#include <TTree.h>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <map>
#include <utility>
Go to the source code of this file.
|
constexpr auto | cRED = "\033[1;31m" |
|
constexpr auto | cYELLOW = "\033[1;33m" |
|
constexpr auto | cNORMAL = "\033[0m" |
|
constexpr auto | cGREEN = "\033[1;32m" |
|
◆ 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 |