PandaRoot
RunSummary Class Reference

#include <PndMvdPastaDigi.h>

Inheritance diagram for RunSummary:

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...
 

Detailed Description

Definition at line 16 of file PndMvdPastaDigi.h.

Constructor & Destructor Documentation

◆ RunSummary()

RunSummary::RunSummary ( )

◆ ~RunSummary()

RunSummary::~RunSummary ( )
inline

Definition at line 19 of file PndMvdPastaDigi.h.

References fCrcMatchCount.

19 {};

Member Function Documentation

◆ ClassDef()

RunSummary::ClassDef ( RunSummary  ,
 
)

Member Data Documentation

◆ fAllCountedFrames

std::vector<ULong64_t> RunSummary::fAllCountedFrames

counts all frames within a partial reset

Definition at line 23 of file PndMvdPastaDigi.h.

◆ fAllPartialResets

int RunSummary::fAllPartialResets

count of all partial resets detected

Definition at line 24 of file PndMvdPastaDigi.h.

◆ fCrcErrorCount

int RunSummary::fCrcErrorCount

count of all frames with wrong CRC

Definition at line 21 of file PndMvdPastaDigi.h.

◆ fCrcMatchCount

int RunSummary::fCrcMatchCount

count of all frames with correct CRC

Definition at line 19 of file PndMvdPastaDigi.h.

Referenced by ~RunSummary().

◆ fMissingFrames

int RunSummary::fMissingFrames

count of all missing frames (not very reliable)

Definition at line 28 of file PndMvdPastaDigi.h.

◆ fSingleWordFrames

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.

◆ fSuperFrameCount

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.

◆ fWrongFrameCount

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.

◆ fWrongHitCount

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.


The documentation for this class was generated from the following file: