EGS Brachy
An egs++ user code for rapid brachytherapy calculations
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
/Users/marc/Developer/EGSnrc/HEN_HOUSE/user_codes/egs_brachy/egs_brachy/muen.h File Reference

Functions for loading muen data from a file. More...

#include <algorithm>
#include <fstream>
#include <string>
#include <istream>
#include <iostream>
#include <sstream>
#include <map>
#include <cstdlib>
#include <vector>
#include "egs_functions.h"
#include "egs_input.h"
#include "egs_interpolator.h"
Include dependency graph for muen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  muen
 

Typedefs

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

Functions

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

Detailed Description

Functions for loading muen data from a file.

Author
Randle Taylor (randl.nosp@m.e.ta.nosp@m.ylor@.nosp@m.gmai.nosp@m.l.com)

Definition in file muen.h.