GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include "G4ThreeVector.hh"
#include "G4RotationMatrix.hh"
#include <QDomDocument>
#include <QtGui>
#include "usage.h"
#include <iostream>
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... | |
Defines the Run Conditions class.
The Run Conditions are defined in an XML file The Options Map is then filled
Definition in file run_conditions.h.
double get_number | ( | string | value | ) |
Return value + units.
value | input string. Ex: 10.2*cm |
Definition at line 65 of file string_utilities.cc.