GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSMHDReader Namespace Reference

namespace reading mhd header More...

Functions

std::string ReadKey (std::string &line)
 get the key of MHD header More...
 
std::istringstream ReadValue (std::string &line)
 get string stream of value More...
 

Detailed Description

namespace reading mhd header

Function Documentation

◆ ReadKey()

std::string GGEMSMHDReader::ReadKey ( std::string &  line)

get the key of MHD header

Parameters
line- string to analyze
Returns
the key of the MHD reader

Definition at line 176 of file GGEMSTextReader.cc.

◆ ReadValue()

std::istringstream GGEMSMHDReader::ReadValue ( std::string &  line)

get string stream of value

Parameters
line- string to analyze
Returns
line in stream

Definition at line 192 of file GGEMSTextReader.cc.