|
musrfit 1.10.0
|
Data structure for a single TrimSP range distribution at a given energy. More...
#include <PRgeHandler.h>
Public Attributes | |
| Double_t | energy |
| Implantation energy in eV. | |
| PDoubleVector | depth |
| Depth values in nanometers (nm) | |
| PDoubleVector | amplitude |
| Number of particles at each depth (raw counts from TrimSP) | |
| PDoubleVector | nn |
| Normalized particle density where ∫nn(z)dz = 1. | |
| Double_t | noOfParticles |
| Total number of particles (sum of amplitudes) | |
Data structure for a single TrimSP range distribution at a given energy.
PRgeData stores the muon/particle implantation depth profile calculated by TrimSP (Transport of Ions in Matter - Stopping and Range) for a specific implantation energy. It contains the depth distribution n(z) and normalized distribution nn(z) where ∫nn(z)dz = 1.
Definition at line 54 of file PRgeHandler.h.
| PDoubleVector PRgeData::amplitude |
Number of particles at each depth (raw counts from TrimSP)
Definition at line 57 of file PRgeHandler.h.
Referenced by ClassImp(), and PRgeHandler::ReadRgeFile().
| PDoubleVector PRgeData::depth |
Depth values in nanometers (nm)
Definition at line 56 of file PRgeHandler.h.
Referenced by ClassImp(), and PRgeHandler::ReadRgeFile().
| Double_t PRgeData::energy |
| PDoubleVector PRgeData::nn |
Normalized particle density where ∫nn(z)dz = 1.
Definition at line 58 of file PRgeHandler.h.
Referenced by ClassImp().
| Double_t PRgeData::noOfParticles |
Total number of particles (sum of amplitudes)
Definition at line 59 of file PRgeHandler.h.
Referenced by ClassImp().