![]() |
Diana Software
|
Enumerations | |
| enum | QSettingsBasketKind { Unknown = 0 , Online = 1 , Reprocess = 2 } |
| used to retrieve and store settings baskets: the settings_basket_id depends also on the settings basket kind More... | |
Functions | |
| int | GetMinimumId (QSettingsBasketKind sbKind) |
| this function defines the minimum allowed settings_basket_id for a given kind of settings basket (Online or Reprocess). -1 is returned when no limit is defined More... | |
| int | GetMaximumId (QSettingsBasketKind sbKind) |
| this function defines the maximum allowed settings_basket_id for a given kind of settings basket (Online or Reprocess). -1 is returned when no limit is defined More... | |
used to retrieve and store settings baskets: the settings_basket_id depends also on the settings basket kind
| Enumerator | |
|---|---|
| Unknown | used to select any kind of SB |
| Online | usual SB for data taking |
| Reprocess | SB for retriggering |
Definition at line 36 of file QDbDefs.hh.
| int QDbDefinitions::GetMaximumId | ( | QSettingsBasketKind | sbKind | ) |
this function defines the maximum allowed settings_basket_id for a given kind of settings basket (Online or Reprocess). -1 is returned when no limit is defined
Definition at line 24 of file QDbDefs.cc.
| int QDbDefinitions::GetMinimumId | ( | QSettingsBasketKind | sbKind | ) |
this function defines the minimum allowed settings_basket_id for a given kind of settings basket (Online or Reprocess). -1 is returned when no limit is defined
Definition at line 6 of file QDbDefs.cc.