GEMC  2.3
Geant4 Monte-Carlo Framework
Functions | Variables
gdml_det_factory.cc File Reference
#include "gdml_det_factory.h"
#include "utils.h"
#include <cmath>
+ Include dependency graph for gdml_det_factory.cc:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &stream, map< string, glogicV > glogicVMap)
 
ostream & operator<< (ostream &stream, map< string, gposition > gpositionsMap)
 
ostream & operator<< (ostream &stream, map< string, grotation > grotationsMap)
 
ostream & operator<< (ostream &stream, map< string, gsolid > gsolidsMap)
 
ostream & operator<< (ostream &stream, map< string, gphysV > gphysVMap)
 
string togType (string type)
 
double resolve_strings (string constant_name, string v, map< string, double > gconstantMap)
 
double resolve_string (string constString, map< string, double > gconstantMap)
 
string p_calculation (vector< string > paren_calculation)
 

Variables

double verbosity
 

Function Documentation

ostream& operator<< ( ostream &  stream,
map< string, glogicV glogicVMap 
)

Definition at line 635 of file gdml_det_factory.cc.

ostream& operator<< ( ostream &  stream,
map< string, gposition gpositionsMap 
)

Definition at line 644 of file gdml_det_factory.cc.

ostream& operator<< ( ostream &  stream,
map< string, grotation grotationsMap 
)

Definition at line 653 of file gdml_det_factory.cc.

ostream& operator<< ( ostream &  stream,
map< string, gsolid gsolidsMap 
)

Definition at line 662 of file gdml_det_factory.cc.

ostream& operator<< ( ostream &  stream,
map< string, gphysV gphysVMap 
)

Definition at line 671 of file gdml_det_factory.cc.

string p_calculation ( vector< string >  paren_calculation)

Definition at line 1079 of file gdml_det_factory.cc.

double resolve_string ( string  constString,
map< string, double >  gconstantMap 
)

Definition at line 810 of file gdml_det_factory.cc.

double resolve_strings ( string  constant_name,
string  v,
map< string, double >  gconstantMap 
)

Definition at line 700 of file gdml_det_factory.cc.

string togType ( string  type)

Definition at line 681 of file gdml_det_factory.cc.

Variable Documentation

double verbosity

Definition at line 6 of file gdml_det_factory.cc.