Skip to content
Snippets Groups Projects
Commit 211b4c7a authored by Markus Frank's avatar Markus Frank
Browse files

Add new bank types according to LHCb!4486

parent 9c6d186e
No related branches found
No related tags found
1 merge request!995Add new bank types according to https://gitlab.cern.ch/lhcb/LHCb/-/merge_requests/4486
Pipeline #7096562 passed
......@@ -130,7 +130,8 @@ namespace Online {
VeloSPPandCluster = 97, //
UTNZS = 98, //
UTSpecial = 99, //
DaqErrorAlignFifoFull = 100, // 100
DaqErrorFEfragSizeWrong = 101, // 101
// Add new types here. Don't forget to update also RawBank.cpp
LastType, // LOOP Marker; add new bank types ONLY before!
};
......
......@@ -416,6 +416,8 @@ std::string Online::event_print::bankType(int i) {
PRINT(VeloSPPandCluster); // 97
PRINT(UTNZS); // 98
PRINT(UTSpecial); // 99
PRINT(DaqErrorAlignFifoFull); // 100
PRINT(DaqErrorFEfragSizeWrong); // 101
default:
return "UNKNOWN";
......
......@@ -102,4 +102,6 @@ Known LHCb bnk types:
| 97 | VeloSPPandCluster
| 98 | UTNZS
| 99 | UTSpecial
| 100 | DaqErrorAlignFifoFull
| 101 | DaqErrorFEfragSizeWrong
+----------+----------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment