gdata
Loading...
Searching...
No Matches
gdataConventions.h
Go to the documentation of this file.
1#pragma once
2
31constexpr int ERR_GSDETECTORNOTFOUND = 601;
32constexpr int ERR_VARIABLENOTFOUND = 602;
33constexpr int ERR_WRONGPAYLOAD = 603;
52constexpr const char* CRATESTRINGID = "crate";
53constexpr const char* SLOTSTRINGID = "slot";
54constexpr const char* CHANNELSTRINGID = "channel";
55constexpr const char* CHARGEATELECTRONICS = "chargeAtElectronics";
57constexpr const char* TIMEATELECTRONICS = "timeAtElectronics";
67constexpr int TIMEATELECTRONICSNOTDEFINED = -123456;
constexpr const char * TIMEATELECTRONICS
Time (or TDC proxy) at electronics stage.
constexpr int ERR_WRONGPAYLOAD
A payload vector has the wrong size/shape for the expected format.
constexpr const char * CRATESTRINGID
Electronics crate index.
constexpr const char * CHANNELSTRINGID
Channel index within a slot/module.
constexpr int ERR_GSDETECTORNOTFOUND
Requested sensitive detector is missing from a collection/map.
constexpr int ERR_VARIABLENOTFOUND
Requested observable key is missing from an observables map.
constexpr const char * SLOTSTRINGID
Slot index within a crate (module position).
constexpr int TIMEATELECTRONICSNOTDEFINED
Sentinel value returned when TIMEATELECTRONICS is requested but not present.
constexpr const char * CHARGEATELECTRONICS
Charge (or ADC-integrated proxy) at electronics stage.