CbmRoot
|
#include "CbmStar2019Algo.h"
#include <array>
#include <map>
#include <vector>
#include <TArrayD.h>
#include <TH2D.h>
#include "CbmMcbm2018UnpackerUtilRich2020.h"
#include "CbmRichDigi.h"
Go to the source code of this file.
Classes | |
class | CbmMcbm2018UnpackerAlgoRich2020 |
Macros | |
#define | RISINGEDGEID 1 |
#define | FALLINGEDGEID 0 |
#define | TOTMIN -20. |
#define | TOTMAX 100. |
Enumerations | |
enum class | TrbNetState { IDLE , HEADER , EPOCH , TDC , TRAILER , CTS , DEBUG } |
enum class | RichErrorType { mtsError , tdcHeader , tdcTrailer , ctsHeader , ctsTrailer , subEventError } |
#define FALLINGEDGEID 0 |
Definition at line 33 of file CbmMcbm2018UnpackerAlgoRich2020.h.
Referenced by CbmMcbm2018UnpackerAlgoRich2020::ProcessTimestampWord().
#define RISINGEDGEID 1 |
Definition at line 32 of file CbmMcbm2018UnpackerAlgoRich2020.h.
Referenced by CbmMcbm2018UnpackerAlgoRich2020::ProcessTimestampWord().
#define TOTMAX 100. |
Definition at line 36 of file CbmMcbm2018UnpackerAlgoRich2020.h.
Referenced by CbmMcbm2018UnpackerAlgoRich2020::ProcessFallingEdge().
#define TOTMIN -20. |
Definition at line 35 of file CbmMcbm2018UnpackerAlgoRich2020.h.
Referenced by CbmMcbm2018UnpackerAlgoRich2020::ProcessFallingEdge().
|
strong |
Enumerator | |
---|---|
mtsError | |
tdcHeader | |
tdcTrailer | |
ctsHeader | |
ctsTrailer | |
subEventError |
Definition at line 49 of file CbmMcbm2018UnpackerAlgoRich2020.h.
|
strong |
Enumerator | |
---|---|
IDLE | |
HEADER | |
EPOCH | |
TDC | |
TRAILER | |
CTS | |
DEBUG |
Definition at line 38 of file CbmMcbm2018UnpackerAlgoRich2020.h.