| SOFTWARE_CONFIGURATION |
Nick West
This table holds configuration registries for off-line software components.
The table will eventually be used by GetAlgHandle method of the framework AlgFactory class to load registries from the database to configure algorithms. It could also be used by other software needing to read configuration data from the database.
Validation is done on a per row basis by the person responsible for developing and maintaining the software to be configured.
Table not updated automatically or info not available.
To be completed...
| Field | Type | Description |
|---|---|---|
| SEQNO | int(11) | |
| ROW_COUNTER | int(11) | |
| SOFTW_NAME | text | The name of the software component being configured |
| CONFIG_NAME | text | The name of the configuration set (each software component can have multiple sets, but if only 1 it should be "default") |
| CONFIG_DATA | text | The registry data in string form suitable for Registry::ReadStream. |
| Detector | Responsible | Frequency | Method | |
|---|---|---|---|---|
| caldet | data | N/A | N/A | N/A |
| MC | N/A | N/A | N/A | |
| neardet | data | N/A | N/A | N/A |
| MC | N/A | N/A | N/A | |
| fardet | data | N/A | N/A | N/A |
| MC | N/A | N/A | N/A | |