gdynamicDigitization
Loading...
Searching...
No Matches
gdynamicdigitizationConventions.h File Reference

Exit/error codes used by gdynamic digitization. More...

Go to the source code of this file.

Variables

constexpr int ERR_LOADTTFAIL = 1601
 Exit code when a detector is not found.
 
constexpr int ERR_LOADCONSTANTFAIL = 1602
 Exit code when a variable (constant/calibration) is not found.
 
constexpr int ERR_DEFINESPECFAIL = 1603
 Exit code when a payload is of the wrong size / unexpected format.
 

Detailed Description

These constants are used as exit codes (or error identifiers) for common failure scenarios in dynamic digitization workflows.

Definition in file gdynamicdigitizationConventions.h.

Variable Documentation

◆ ERR_DEFINESPECFAIL

constexpr int ERR_DEFINESPECFAIL = 1603
constexpr

Definition at line 18 of file gdynamicdigitizationConventions.h.

◆ ERR_LOADCONSTANTFAIL

constexpr int ERR_LOADCONSTANTFAIL = 1602
constexpr

Definition at line 15 of file gdynamicdigitizationConventions.h.

◆ ERR_LOADTTFAIL

constexpr int ERR_LOADTTFAIL = 1601
constexpr

Definition at line 12 of file gdynamicdigitizationConventions.h.