Diana Software
QDbDefs.hh
Go to the documentation of this file.
1 
5 #ifndef _Q_DB_DEFS_HH_
6 #define _Q_DB_DEFS_HH_
7 #include "QDiana.hh"
8 #include "QError.hh"
9 // MV/SDD FIXME: includes below to not change #include "QDbDefs.hh" everywhere
10 #include "QRunType.hh"
11 #include "QDetectorName.hh"
12 
24  ReadLevel = 20,
25  NoPrivLevel = 99,
26  InvalidLevel = 100,
27 };
28 
29 namespace QDbDefinitions
30 {
37  Unknown = 0,
38  Online = 1,
39  Reprocess = 2,
40  };
41 
48 
55 
56 }
57 #endif
QApolloUserLevel
user authentication levels allowed in the users db table
Definition: QDbDefs.hh:19
@ SuperUserLevel
Definition: QDbDefs.hh:21
@ NoPrivLevel
Definition: QDbDefs.hh:25
@ AddUserLevel
Definition: QDbDefs.hh:22
@ SoftwareLevel
Definition: QDbDefs.hh:20
@ InvalidLevel
Definition: QDbDefs.hh:26
@ StartStopLevel
Definition: QDbDefs.hh:23
@ ReadLevel
Definition: QDbDefs.hh:24
int GetMinimumId(QSettingsBasketKind sbKind)
this function defines the minimum allowed settings_basket_id for a given kind of settings basket (Onl...
Definition: QDbDefs.cc:6
QSettingsBasketKind
used to retrieve and store settings baskets: the settings_basket_id depends also on the settings bask...
Definition: QDbDefs.hh:36
int GetMaximumId(QSettingsBasketKind sbKind)
this function defines the maximum allowed settings_basket_id for a given kind of settings basket (Onl...
Definition: QDbDefs.cc:24