FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
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 ( )

Definition at line 21 of file PndMvdPastaDigi.cxx.

23 {}
int fWrongFrameCount
count of all frames where the expected frame ID did not match the frameID in the header ...
int fWrongHitCount
count of all frames where the hits in the header do not match the data
int fSingleWordFrames
count of all frames with just one word. This is an error a frame has at least two words ...
int fAllPartialResets
count of all partial resets detected
int fMissingFrames
count of all missing frames (not very reliable)
int fCrcErrorCount
count of all frames with wrong CRC
int fSuperFrameCount
count of frame counter overflow (should not happen because the frame counter is HUGE ...
int fCrcMatchCount
count of all frames with correct CRC
RunSummary::~RunSummary ( )
inline

Definition at line 20 of file PndMvdPastaDigi.h.

20 {};

Member Function Documentation

RunSummary::ClassDef ( RunSummary  ,
 
)

Member Data Documentation

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


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