Project
Loading...
Searching...
No Matches
o2::framework::raw_parser::RawParserHelper Struct Reference

#include <RawParser.h>

Static Public Member Functions

static bool checkPrintError (size_t &localCounter)
 
static void warnDeadBeef (const o2::header::DataHeader *dh)
 

Static Public Attributes

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
 

Detailed Description

Definition at line 84 of file RawParser.h.

Member Function Documentation

◆ checkPrintError()

bool o2::framework::raw_parser::RawParserHelper::checkPrintError ( size_t &  localCounter)
static

Definition at line 32 of file RawParser.cxx.

◆ warnDeadBeef()

void o2::framework::raw_parser::RawParserHelper::warnDeadBeef ( const o2::header::DataHeader dh)
static

Definition at line 45 of file RawParser.cxx.

Member Data Documentation

◆ sCheckIncompleteHBF

int o2::framework::raw_parser::RawParserHelper::sCheckIncompleteHBF = getenv("O2_DPL_RAWPARSER_CHECKINCOMPLETEHBF") ? atoi(getenv("O2_DPL_RAWPARSER_CHECKINCOMPLETEHBF")) : 1
static

Definition at line 86 of file RawParser.h.

◆ sErrorLimit

unsigned long o2::framework::raw_parser::RawParserHelper::sErrorLimit = getenv("O2_DPL_RAWPARSER_ERRORLIMIT") ? atoi(getenv("O2_DPL_RAWPARSER_ERRORLIMIT")) : 5
static

Definition at line 88 of file RawParser.h.

◆ sErrorMode

int o2::framework::raw_parser::RawParserHelper::sErrorMode = getenv("O2_DPL_RAWPARSER_ERRORMODE") ? atoi(getenv("O2_DPL_RAWPARSER_ERRORMODE")) : 1
static

Definition at line 85 of file RawParser.h.

◆ sErrors

unsigned long o2::framework::raw_parser::RawParserHelper::sErrors = 0
static

Definition at line 87 of file RawParser.h.

◆ sErrorScale

unsigned long o2::framework::raw_parser::RawParserHelper::sErrorScale = 1
static

Definition at line 89 of file RawParser.h.


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