#include <RawParser.h>
|
static int | sErrorMode = getenv("O2_DPL_RAWPARSER_ERRORMODE") ? atoi(getenv("O2_DPL_RAWPARSER_ERRORMODE")) : 1 |
|
static int | sCheckIncompleteHBF = getenv("O2_DPL_RAWPARSER_CHECKINCOMPLETEHBF") ? atoi(getenv("O2_DPL_RAWPARSER_CHECKINCOMPLETEHBF")) : 1 |
|
static unsigned long | sErrors = 0 |
|
static unsigned long | sErrorLimit = getenv("O2_DPL_RAWPARSER_ERRORLIMIT") ? atoi(getenv("O2_DPL_RAWPARSER_ERRORLIMIT")) : 5 |
|
static unsigned long | sErrorScale = 1 |
|
Definition at line 84 of file RawParser.h.
◆ checkPrintError()
bool o2::framework::raw_parser::RawParserHelper::checkPrintError |
( |
size_t & |
localCounter | ) |
|
|
static |
◆ warnDeadBeef()
◆ sCheckIncompleteHBF
int o2::framework::raw_parser::RawParserHelper::sCheckIncompleteHBF = getenv("O2_DPL_RAWPARSER_CHECKINCOMPLETEHBF") ? atoi(getenv("O2_DPL_RAWPARSER_CHECKINCOMPLETEHBF")) : 1 |
|
static |
◆ sErrorLimit
unsigned long o2::framework::raw_parser::RawParserHelper::sErrorLimit = getenv("O2_DPL_RAWPARSER_ERRORLIMIT") ? atoi(getenv("O2_DPL_RAWPARSER_ERRORLIMIT")) : 5 |
|
static |
◆ sErrorMode
int o2::framework::raw_parser::RawParserHelper::sErrorMode = getenv("O2_DPL_RAWPARSER_ERRORMODE") ? atoi(getenv("O2_DPL_RAWPARSER_ERRORMODE")) : 1 |
|
static |
◆ sErrors
unsigned long o2::framework::raw_parser::RawParserHelper::sErrors = 0 |
|
static |
◆ sErrorScale
unsigned long o2::framework::raw_parser::RawParserHelper::sErrorScale = 1 |
|
static |
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Framework/Utils/include/DPLUtils/RawParser.h
- /home/runner/work/AliceO2/AliceO2/Framework/Utils/src/RawParser.cxx