EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>
#include "TObject.h"
Go to the source code of this file.
Classes | |
union | FairDBObjectMemberValues |
struct | FairDBObjectMemberValue |
class | FairTSQLObject |
==================================== More... | |
Macros | |
#define | FAIR_TSQL_OBJECT_H |
Typedefs | |
typedef enum FairDBObjectMemberTypes | FairDBObjectMemberTypes |
typedef union FairDBObjectMemberValues | FairDBObjectMemberValues |
Enumerations | |
enum | FairDBObjectMemberTypes { UNKNOWN_TYPE = 0, COMPLEX_TYPE = 1, CHAR = 2, INT = 3, FLOAT = 4, DOUBLE = 5, UINT = 6, INT_ARRAY = 31, INT_ARRAY_PTR = 32, FLOAT_ARRAY = 41, FLOAT_ARRAY_PTR = 42, DOUBLE_ARRAY = 51, DOUBLE_ARRAY_PTR = 52 } |
#define FAIR_TSQL_OBJECT_H |
Definition at line 8 of file FairTSQLObject.h.
View newest version in sPHENIX GitHub at line 8 of file FairTSQLObject.h
typedef enum FairDBObjectMemberTypes FairDBObjectMemberTypes |
Enumeration type to indicate the supported data types by the fair database interface.
typedef union FairDBObjectMemberValues FairDBObjectMemberValues |
Structure to hold the returned member value and its type.
Enumeration type to indicate the supported data types by the fair database interface.
Definition at line 29 of file FairTSQLObject.h.
View newest version in sPHENIX GitHub at line 29 of file FairTSQLObject.h