#include <QApplication>
#include <QSplashScreen>
#include <QtWidgets>
#include "utils.h"
#include "string_utilities.h"
#include "splash.h"
#include "G4UnitsTable.hh"
#include "dirent.h"
#include "ctime"
Go to the source code of this file.
|
void | mergeMaps (map< string, string > &lhs, const map< string, string > &rhs) |
|
G4RotationMatrix | calc_rotation (string r, string dname) |
|
G4ThreeVector | calc_position (string v) |
|
G4Colour | gcol (string cvar) |
|
int | getLastId (QSqlDatabase db, string t, string v, int run) |
|
QSqlDatabase | openGdb (goptions gemcOpt) |
|
void | closeGdb (QSqlDatabase db) |
|
map< string, string > | getFilesInDirectory (string directory) |
|
string | assignAttribute (QDomElement e, string attribute, string defaultValue) |
|
int | assignAttribute (QDomElement e, string attribute, int defaultValue) |
|
double | assignAttribute (QDomElement e, string attribute, double defaultValue) |
|
string | timeStamp () |
|
string | bestValueUnits (double value, string unitType) |
|
ostream & | operator<< (ostream &stream, gtable gt) |
|
vector< double > | convertVintVdouble (vector< int > input) |
|
string assignAttribute |
( |
QDomElement |
e, |
|
|
string |
attribute, |
|
|
string |
defaultValue |
|
) |
| |
int assignAttribute |
( |
QDomElement |
e, |
|
|
string |
attribute, |
|
|
int |
defaultValue |
|
) |
| |
double assignAttribute |
( |
QDomElement |
e, |
|
|
string |
attribute, |
|
|
double |
defaultValue |
|
) |
| |
string bestValueUnits |
( |
double |
value, |
|
|
string |
unitType |
|
) |
| |
G4ThreeVector calc_position |
( |
string |
v | ) |
|
G4RotationMatrix calc_rotation |
( |
string |
r, |
|
|
string |
dname |
|
) |
| |
void closeGdb |
( |
QSqlDatabase |
db | ) |
|
vector<double> convertVintVdouble |
( |
vector< int > |
input | ) |
|
G4Colour gcol |
( |
string |
cvar | ) |
|
map<string, string> getFilesInDirectory |
( |
string |
directory | ) |
|
int getLastId |
( |
QSqlDatabase |
db, |
|
|
string |
t, |
|
|
string |
v, |
|
|
int |
run |
|
) |
| |
void mergeMaps |
( |
map< string, string > & |
lhs, |
|
|
const map< string, string > & |
rhs |
|
) |
| |
QSqlDatabase openGdb |
( |
goptions |
gemcOpt | ) |
|
ostream& operator<< |
( |
ostream & |
stream, |
|
|
gtable |
gt |
|
) |
| |