CbmRoot
Loading...
Searching...
No Matches
cbm::algo::ca::constants::control Namespace Reference

Control flags. More...

Variables

constexpr int InputDataQaLevel = 0
 Flag: input data QA level.
 

Detailed Description

Control flags.

Variable Documentation

◆ InputDataQaLevel

int cbm::algo::ca::constants::control::InputDataQaLevel = 0
constexpr

Flag: input data QA level.

  • 0: no checks will be done
  • 1: only number of hits and strips as well as validity of hits first and last indexes will be checked
  • 2: hits sorting is checked
  • 3: every hit is checked for consistency
    Note
    The larger Level corresponds to more precise checks, but is followed by larger time penalty
    Warning
    other options than 0 do not work properly, more tests are needed!

Definition at line 66 of file CaDefs.h.