GEMC  2.3
Geant4 Monte-Carlo Framework
Data Structures | Functions
gdml_det_factory.h File Reference
#include "detector_factory.h"
#include <QDomDocument>
#include <QtWidgets>
#include <QString>
#include <map>
#include <string>
#include <iostream>
+ Include dependency graph for gdml_det_factory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  gphysV
 
class  glogicV
 
class  gposition
 
class  grotation
 
class  gsolid
 
class  goperation
 
class  gdml_det_factory
 

Functions

string get_dimensions (QDomNode solidNode, map< string, double > gconstantMap)
 
string togType (string)
 
string rad_to_deg (string radValue)
 
string rad_to_deg_u (string radValue, string radUnit)
 converts the unit radian to degree if there is radian value. More...
 
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)
 

Function Documentation

string get_dimensions ( QDomNode  solidNode,
map< string, double >  gconstantMap 
)

Definition at line 56 of file gdml_solids.cc.

string p_calculation ( vector< string >  paren_calculation)

Definition at line 1079 of file gdml_det_factory.cc.

string rad_to_deg ( string  radValue)

Definition at line 13 of file gdml_solids.cc.

string rad_to_deg_u ( string  radValue,
string  radUnit 
)

Definition at line 38 of file gdml_solids.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  )

Definition at line 681 of file gdml_det_factory.cc.