musrfit 1.10.0
PRgeHandler.h File Reference
#include <string>
#include <vector>
#include <TObject.h>
#include <TQObject.h>
#include <TSAXParser.h>
#include "PMusr.h"
Include dependency graph for PRgeHandler.h:
This graph shows which files directly or indirectly include this file:

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< PRgeDataPRgeDataList
 Container for multiple TrimSP range distributions at different energies.
 

Typedef Documentation

◆ PRgeDataList

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.