gdata
Loading...
Searching...
No Matches
gRunHeader.h File Reference

Defines GRunHeader, the metadata header associated with one run-level collection. More...

#include "gbase.h"
#include <string>
Include dependency graph for gRunHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GRunHeader
 Stores minimal run metadata and run-level event counters. More...
 

Namespaces

namespace  grun_header
 

Functions

auto grun_header::defineOptions () -> GOptions
 Defines the options subtree used by the run-header logger domain.
 

Variables

constexpr const char * GDATARUNHEADER_LOGGER = "run_header"
 

Detailed Description

GRunHeader stores the minimal metadata needed by a run-level summary:

  • the run identifier
  • the number of processed events
  • the number of processed events that contributed payload

The object is typically owned by GRunDataCollection.

Definition in file gRunHeader.h.

Variable Documentation

◆ GDATARUNHEADER_LOGGER

constexpr const char* GDATARUNHEADER_LOGGER = "run_header"
constexpr

Definition at line 22 of file gRunHeader.h.