|
Particle Identification and Tracking
|
#include <string>
Include dependency graph for sql_handler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | utilities::SQL_handler |
| Class to wrap around the sqlite3 interface to deal with making connections to data basese, cleaning up after them etc. More... | |
Namespaces | |
| utilities | |
| Namespace for utilities and helper functions. | |
Constant Groups | |
| utilities | |
| Namespace for utilities and helper functions. | |
Typedefs | |
| typedef enum utilities::F_TYPE | utilities::F_TYPE |
| Enumeration for functions that maps to the tables in the database. More... | |
Enumerations | |
| enum | utilities::F_TYPE { utilities::F_NOFUNCTION = 0, utilities::F_IDEN = 1, utilities::F_IDEN_AVG = 2, utilities::F_GOFR = 3, utilities::F_GOFR3D = 4, utilities::F_GOFR_BY_PLANE = 5, utilities::F_LINK3D = 6, utilities::F_MSD = 7, utilities::F_PHI6 = 8, utilities::F_TRACK_STATS = 9, utilities::F_TRACKING = 10, utilities::F_VANHOVE = 11, utilities::F_MSD_SWEEP = 12 } |
| Enumeration for functions that maps to the tables in the database. More... | |
Functions | |
| std::string | utilities::ftype_to_str (F_TYPE f) |
1.8.4