|
musrfit 1.10.0
|
#include <string>#include <vector>#include <TObject.h>#include <TQObject.h>#include <TSAXParser.h>#include "PMusr.h"

Go to the source code of this file.
Classes | |
| struct | PRgeData |
| Data structure for a single TrimSP range distribution at a given energy. More... | |
| class | PXmlRgeHandler |
| XML SAX parser handler for TrimSP configuration files. More... | |
| class | PRgeHandler |
| Manager for TrimSP range distribution data. More... | |
Typedefs | |
| typedef std::vector< PRgeData > | PRgeDataList |
| Container for multiple TrimSP range distributions at different energies. | |
| typedef std::vector<PRgeData> PRgeDataList |
Container for multiple TrimSP range distributions at different energies.
PRgeDataList is a vector of PRgeData structures, typically containing implantation profiles for a range of energies (e.g., 1-30 keV).
Definition at line 69 of file PRgeHandler.h.