GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include <QtSql>
#include "usage.h"
#include "detector.h"
#include "MSensitiveDetector.h"
#include "run_conditions.h"
#include "string_utilities.h"
#include <sstream>
Go to the source code of this file.
Functions | |
map< string, detector > | read_detector (gemc_opts gemcOpt, run_conditions RunConditions) |
Reads detector map from database. More... | |
SDId | get_SDId (string SD, gemc_opts gemcOpt) |
Connects to DB and retrieve SDId. More... | |
Definition at line 368 of file detector_io_mysql.cc.
map<string, detector> read_detector | ( | gemc_opts | gemcOpt, |
run_conditions | RunConditions | ||
) |
Definition at line 25 of file detector_io_mysql.cc.