#include <ErrorCheckerBase.h>
|
virtual bool | checkCRC (bool &errorsInEvent, int fedId, const Word64 *trailer, Errors &errors)=0 |
|
virtual bool | checkHeader (bool &errorsInEvent, int fedId, const Word64 *header, Errors &errors)=0 |
|
virtual bool | checkROC (bool &errorsInEvent, int fedId, const SiPixelFrameConverter *converter, const SiPixelFedCabling *theCablingTree, Word32 &errorWord, Errors &errors)=0 |
|
virtual bool | checkTrailer (bool &errorsInEvent, int fedId, unsigned int nWords, const Word64 *trailer, Errors &errors)=0 |
|
virtual void | conversionError (int fedId, const SiPixelFrameConverter *converter, int status, Word32 &errorWord, Errors &errors)=0 |
|
virtual void | setErrorStatus (bool ErrorStatus)=0 |
|
virtual | ~ErrorCheckerBase () |
|
Definition at line 17 of file ErrorCheckerBase.h.
virtual ErrorCheckerBase::~ErrorCheckerBase |
( |
| ) |
|
|
inlinevirtual |
virtual bool ErrorCheckerBase::checkCRC |
( |
bool & |
errorsInEvent, |
|
|
int |
fedId, |
|
|
const Word64 * |
trailer, |
|
|
Errors & |
errors |
|
) |
| |
|
pure virtual |
virtual bool ErrorCheckerBase::checkHeader |
( |
bool & |
errorsInEvent, |
|
|
int |
fedId, |
|
|
const Word64 * |
header, |
|
|
Errors & |
errors |
|
) |
| |
|
pure virtual |
virtual bool ErrorCheckerBase::checkTrailer |
( |
bool & |
errorsInEvent, |
|
|
int |
fedId, |
|
|
unsigned int |
nWords, |
|
|
const Word64 * |
trailer, |
|
|
Errors & |
errors |
|
) |
| |
|
pure virtual |
virtual void ErrorCheckerBase::setErrorStatus |
( |
bool |
ErrorStatus | ) |
|
|
pure virtual |