|
FairRoot/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 | ( | ) |
Definition at line 21 of file PndMvdPastaDigi.cxx.
|
inline |
Definition at line 20 of file PndMvdPastaDigi.h.
| RunSummary::ClassDef | ( | RunSummary | , |
| 1 | |||
| ) |
| std::vector<ULong64_t> RunSummary::fAllCountedFrames |
counts all frames within a partial reset
Definition at line 24 of file PndMvdPastaDigi.h.
Referenced by CheckFrameCount(), and PastaTBRawToRoot().
| int RunSummary::fAllPartialResets |
count of all partial resets detected
Definition at line 25 of file PndMvdPastaDigi.h.
Referenced by CheckFrameCount(), and CreateErrorHisto().
| int RunSummary::fCrcErrorCount |
count of all frames with wrong CRC
Definition at line 22 of file PndMvdPastaDigi.h.
Referenced by CreateErrorHisto(), PastaTBRawToRoot(), and ProcessFrame().
| int RunSummary::fCrcMatchCount |
count of all frames with correct CRC
Definition at line 20 of file PndMvdPastaDigi.h.
Referenced by CreateErrorHisto(), PastaTBRawToRoot(), and ProcessFrame().
| int RunSummary::fMissingFrames |
count of all missing frames (not very reliable)
Definition at line 29 of file PndMvdPastaDigi.h.
Referenced by CheckFrameCount(), CreateErrorHisto(), and PastaTBRawToRoot().
| 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 23 of file PndMvdPastaDigi.h.
Referenced by CreateErrorHisto(), and PastaTBRawToRoot().
| int RunSummary::fSuperFrameCount |
count of frame counter overflow (should not happen because the frame counter is HUGE
Definition at line 30 of file PndMvdPastaDigi.h.
Referenced by CheckFrameCount(), CreateErrorHisto(), and PastaTBRawToRoot().
| int RunSummary::fWrongFrameCount |
count of all frames where the expected frame ID did not match the frameID in the header
Definition at line 28 of file PndMvdPastaDigi.h.
Referenced by CreateErrorHisto(), PastaTBRawToRoot(), and ProcessFrame().
| int RunSummary::fWrongHitCount |
count of all frames where the hits in the header do not match the data
Definition at line 27 of file PndMvdPastaDigi.h.
Referenced by CreateErrorHisto(), PastaTBRawToRoot(), and ProcessFrame().
1.8.5