|
EGS Brachy
An egs++ user code for rapid brachytherapy calculations
|
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 pair<double, double> muen::MuenAtET |
| typedef map<string, vector<MuenAtET> > muen::MuenMapT |
| std::vector< std::string > muen::split | ( | const std::string & | s, |
| char | delim | ||
| ) |