--- PamCut/doc/Doxygen/html/classPktQualCut.html 2009/05/27 13:30:07 1.1 +++ PamCut/doc/Doxygen/html/classPktQualCut.html 2009/06/05 13:16:08 1.2 @@ -41,75 +41,22 @@ List of all members.
Public Member Functions | |
PktQualCut (const char *cutName) | |
+ | PktQualCut (const char *cutName) |
Constructor. | |
~PktQualCut () | |
Constructor. | |
+ | ~PktQualCut () |
Destructor. | |
Destructor. | |
int | Check (PamLevel2 *event) |
The packet number quality check. | |
Private Attributes | |
UInt_t | _previousPkt |
UInt_t | _previousRun |
-This cut rejects events whose packet number is less than that of the previous event. When a new run starts, the previous packet number is set to the current one and the current event (ie., the first event of the run) is discarded. -
Definition at line 29 of file PktQualCut.h.
-PktQualCut::PktQualCut | -( | -const char * | -cutName | -) | - [inline] |
-
PktQualCut::~PktQualCut | -( | -- | ) | - [inline] |
-
-
Implements PamCut.
-Definition at line 12 of file PktQualCut.cpp.
- -References _previousPkt, _previousRun, CUTOK, and PKT_INVALID.
- --
UInt_t PktQualCut::_previousPkt [private] |
-
UInt_t PktQualCut::_previousRun [private] |
-