gdata
Loading...
Searching...
No Matches
gdataConventions.h
Go to the documentation of this file.
1#pragma once
2
41constexpr int ERR_GSDETECTORNOTFOUND = 601;
42constexpr int ERR_VARIABLENOTFOUND = 602;
43constexpr int ERR_WRONGPAYLOAD = 603;
62constexpr const char* CRATESTRINGID = "crate";
63constexpr const char* SLOTSTRINGID = "slot";
64constexpr const char* CHANNELSTRINGID = "channel";
65constexpr const char* CHARGEATELECTRONICS = "chargeAtElectronics";
66constexpr const char* TIMEATELECTRONICS = "timeAtElectronics";
79constexpr int TIMEATELECTRONICSNOTDEFINED = -123456;
constexpr const char * TIMEATELECTRONICS
Electronics-stage time or TDC proxy.
constexpr int ERR_WRONGPAYLOAD
Packed payload vector has an unexpected size or layout.
constexpr const char * CRATESTRINGID
Electronics crate identifier.
constexpr const char * CHANNELSTRINGID
Channel index within the slot or module.
constexpr int ERR_GSDETECTORNOTFOUND
Requested sensitive detector entry is missing.
constexpr int ERR_VARIABLENOTFOUND
Requested observable key is missing.
constexpr const char * SLOTSTRINGID
Slot index within the crate.
constexpr const char * CHARGEATELECTRONICS
Electronics-stage charge or ADC proxy.
constexpr int TIMEATELECTRONICSNOTDEFINED
Sentinel value returned when timeAtElectronics is requested but not present.