CLASS
1.1
|
Header file for EvolutionData classes. The aim of this Class is to manage evolution of a system, such as a radioactiv nuclei or a reactor. It store the evolution of daughter nuclei proportion as the function of time of the. Plus de détails...
#include <string>
#include <map>
#include "IsotopicVector.hxx"
#include "ZAI.hxx"
#include "TObject.h"
#include "TMatrix.h"
Aller au code source de ce fichier.
Classes | |
class | EvolutionData |
Définitions de type | |
typedef long long int | cSecond |
Fonctions | |
EvolutionData | operator* (EvolutionData const &evol, double F) |
EvolutionData | operator* (double F, EvolutionData const &evol) |
EvolutionData | operator/ (EvolutionData const &evol, double F) |
Header file for EvolutionData classes. The aim of this Class is to manage evolution of a system, such as a radioactiv nuclei or a reactor. It store the evolution of daughter nuclei proportion as the function of time of the.
Définition dans le fichier EvolutionData.hxx.
typedef long long int cSecond |
Définition à la ligne 27 du fichier EvolutionData.hxx.
EvolutionData operator* | ( | EvolutionData const & | evol, |
double | F | ||
) |
EvolutionData operator* | ( | double | F, |
EvolutionData const & | evol | ||
) |
Définition à la ligne 81 du fichier EvolutionData.cxx.
EvolutionData operator/ | ( | EvolutionData const & | evol, |
double | F | ||
) |
Définition à la ligne 88 du fichier EvolutionData.cxx.