EGS Brachy
An egs++ user code for rapid brachytherapy calculations
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
muen Namespace Reference

Classes

class  MuenDataParser
 class for parsing muen data from a file. More...
 

Typedefs

typedef pair< double, double > MuenAtET
 pair of form (energy, muen(energy))
 
typedef map< string, vector< MuenAtET > > MuenMapT
 Map from medium name to vector of (e, muen(e)) data for that medium.
 

Functions

std::vector< std::string > & split (const std::string &s, char delim, std::vector< std::string > &elems)
 Split a string on input delimeter.
 
std::vector< std::string > split (const std::string &s, char delim)
 Split a string on input delimeter.
 

Typedef Documentation

◆ MuenAtET

typedef pair<double, double> muen::MuenAtET

pair of form (energy, muen(energy))

Definition at line 104 of file muen.h.

◆ MuenMapT

typedef map<string, vector<MuenAtET> > muen::MuenMapT

Map from medium name to vector of (e, muen(e)) data for that medium.

Definition at line 107 of file muen.h.

Function Documentation

◆ split() [1/2]

std::vector< std::string > muen::split ( const std::string &  s,
char  delim 
)

Split a string on input delimeter.

Definition at line 79 of file muen.h.

◆ split() [2/2]

std::vector< std::string > & muen::split ( const std::string &  s,
char  delim,
std::vector< std::string > &  elems 
)

Split a string on input delimeter.

Definition at line 68 of file muen.h.