GEMC  1.8
Geant4 Monte-Carlo Framework
Data Structures | Functions
run_conditions.h File Reference
#include "G4ThreeVector.hh"
#include "G4RotationMatrix.hh"
#include <QDomDocument>
#include <QtGui>
#include "usage.h"
#include <iostream>
+ Include dependency graph for run_conditions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  gcard_detector
 
class  run_conditions
 

Functions

double get_number (string)
 Returns dimension from string, i.e. 100*cm. More...
 

Detailed Description

Defines the Run Conditions class.
The Run Conditions are defined in an XML file The Options Map is then filled

Author

Maurizio Ungaro
mail: ungar.nosp@m.o@jl.nosp@m.ab.or.nosp@m.g


Definition in file run_conditions.h.

Function Documentation

double get_number ( string  value)

Return value + units.

Parameters
valueinput string. Ex: 10.2*cm
Returns
value with correct G4 unit.

Definition at line 65 of file string_utilities.cc.