![]() |
MiniballSort
|
#include <iostream>#include <iomanip>#include <vector>#include <algorithm>#include <memory>#include <string>#include <sstream>#include <map>#include "TSystem.h"#include "TEnv.h"#include "TMath.h"#include "TObject.h"#include "TString.h"#include "TFile.h"#include "TCutG.h"#include "TVector3.h"#include "TRandom.h"#include "TSpline.h"#include "TCanvas.h"#include "TGraph.h"#include "Settings.hh"#include "MiniballEvts.hh"#include "MiniballGeometry.hh"Go to the source code of this file.
Classes | |
| class | MiniballParticle |
| class | MiniballReaction |
Macros | |
| #define | AME_FILE "./data/mass_1.mas20" |
| #define | SRIM_DIR "./srim/" |
Variables | |
| const double | p_mass = 938272.08816 |
| mass of the proton in keV/c^2 | |
| const double | n_mass = 939565.42052 |
| mass of the neutron in keV/c^2 | |
| const double | u_mass = 931494.10242 |
| atomic mass unit in keV/c^2 | |
| const double | e_mass = 510.99895026 |
| mass of the electron in keV/c^2 | |
| const std::vector< std::string > | gElName |
| #define AME_FILE "./data/mass_1.mas20" |
Definition at line 43 of file Reaction.hh.
Referenced by MiniballReaction::ReadMassTables().
| #define SRIM_DIR "./srim/" |
Definition at line 46 of file Reaction.hh.
Referenced by MiniballReaction::ReadStoppingPowers().
| const double e_mass = 510.99895026 |
mass of the electron in keV/c^2
Definition at line 52 of file Reaction.hh.
Referenced by MiniballReaction::DopplerCorrection().
| const std::vector<std::string> gElName |
Definition at line 55 of file Reaction.hh.
Referenced by MiniballReaction::AddBindingEnergy(), MiniballParticle::GetIsotope(), and MiniballReaction::ReadReaction().
| const double n_mass = 939565.42052 |
mass of the neutron in keV/c^2
Definition at line 50 of file Reaction.hh.
Referenced by MiniballParticle::GetMass().
| const double p_mass = 938272.08816 |
mass of the proton in keV/c^2
Definition at line 49 of file Reaction.hh.
Referenced by MiniballParticle::GetMass().
| const double u_mass = 931494.10242 |
atomic mass unit in keV/c^2
Definition at line 51 of file Reaction.hh.
Referenced by MiniballParticle::GetMass_u().