![]() |
PandaRoot
|
#include <PndMvdPastaDigi.h>
Public Member Functions | |
RunSummary () | |
~RunSummary () | |
ClassDef (RunSummary, 1) | |
Public Attributes | |
int | fCrcMatchCount |
count of all frames with correct CRC More... | |
int | fCrcErrorCount |
count of all frames with wrong CRC More... | |
int | fSingleWordFrames |
count of all frames with just one word. This is an error a frame has at least two words More... | |
std::vector< ULong64_t > | fAllCountedFrames |
counts all frames within a partial reset More... | |
int | fAllPartialResets |
count of all partial resets detected More... | |
int | fWrongHitCount |
count of all frames where the hits in the header do not match the data More... | |
int | fWrongFrameCount |
count of all frames where the expected frame ID did not match the frameID in the header More... | |
int | fMissingFrames |
count of all missing frames (not very reliable) More... | |
int | fSuperFrameCount |
count of frame counter overflow (should not happen because the frame counter is HUGE More... | |
Definition at line 16 of file PndMvdPastaDigi.h.
RunSummary::RunSummary | ( | ) |
|
inline |
RunSummary::ClassDef | ( | RunSummary | , |
1 | |||
) |
std::vector<ULong64_t> RunSummary::fAllCountedFrames |
counts all frames within a partial reset
Definition at line 23 of file PndMvdPastaDigi.h.
int RunSummary::fAllPartialResets |
count of all partial resets detected
Definition at line 24 of file PndMvdPastaDigi.h.
int RunSummary::fCrcErrorCount |
count of all frames with wrong CRC
Definition at line 21 of file PndMvdPastaDigi.h.
int RunSummary::fCrcMatchCount |
count of all frames with correct CRC
Definition at line 19 of file PndMvdPastaDigi.h.
Referenced by ~RunSummary().
int RunSummary::fMissingFrames |
count of all missing frames (not very reliable)
Definition at line 28 of file PndMvdPastaDigi.h.
int RunSummary::fSingleWordFrames |
count of all frames with just one word. This is an error a frame has at least two words
Definition at line 22 of file PndMvdPastaDigi.h.
int RunSummary::fSuperFrameCount |
count of frame counter overflow (should not happen because the frame counter is HUGE
Definition at line 29 of file PndMvdPastaDigi.h.
int RunSummary::fWrongFrameCount |
count of all frames where the expected frame ID did not match the frameID in the header
Definition at line 27 of file PndMvdPastaDigi.h.
int RunSummary::fWrongHitCount |
count of all frames where the hits in the header do not match the data
Definition at line 26 of file PndMvdPastaDigi.h.