|
gdata
|
Defines GRunHeader metadata for a run-level data collection. More...


Go to the source code of this file.
Data Structures | |
| class | GRunHeader |
| Minimal run metadata: run ID and integrated-event counter. More... | |
Namespaces | |
| namespace | grun_header |
Functions | |
| auto | grun_header::defineOptions () -> GOptions |
| Defines GOptions for the run-header logger domain. | |
Variables | |
| constexpr const char * | GDATARUNHEADER_LOGGER = "run_header" |
A run header is a minimal metadata object associated with a GRunDataCollection.
It records:
runID : run identifier (application-defined)events_processed : number of events integrated into this run summary so farThe constructor emits a brief log summary. In multi-threaded contexts, an optional thread ID can be attached for diagnostics and provenance.
events_processed concurrently, higher-level synchronization is required. Definition in file gRunHeader.h.
|
constexpr |
Definition at line 28 of file gRunHeader.h.