fire v0.19.0
Framework for sImulation and Reconstruction of Events
fire::io::constants Struct Reference

Structure constants vital to serialization method. More...

#include <Constants.h>

Collaboration diagram for fire::io::constants:
[legend]

Static Public Attributes

static const std::string EVENT_HEADER_NAME = "EventHeader"
 the name of the event header data set
 
static const std::string NUMBER_NAME = "number"
 the name of the variable in event and run headers corresponding to their ID
 
static const std::string EVENT_GROUP = "events"
 the name of the group in the file holding all event objects
 
static const std::string RUN_HEADER_NAME = "runs"
 the name of the group holding the run headers
 
static const std::string TYPE_ATTR_NAME = "__type__"
 the name of the HDF5 object attribute that holds the event object type
 
static const std::string VERS_ATTR_NAME = "__version__"
 the name of the fire version attribute
 
static const std::string SIZE_NAME = "__size__"
 the name of the size dataset for variable types
 

Detailed Description

Structure constants vital to serialization method.


The documentation for this struct was generated from the following file: