Project
Loading...
Searching...
No Matches
o2::phos::RawReaderError Class Reference

Error occured during reasing raw data. More...

#include <RawReaderError.h>

Public Member Functions

 RawReaderError ()=default
 Constructor.
 
 RawReaderError (char ddl, char fec, char err)
 Constructor.
 
 ~RawReaderError ()=default
 destructor
 
char getDDL ()
 
char getFEC ()
 
char getError ()
 

Detailed Description

Error occured during reasing raw data.

Error contains DDL number, FEE, chip, channel number if possible and error code

Definition at line 26 of file RawReaderError.h.

Constructor & Destructor Documentation

◆ RawReaderError() [1/2]

o2::phos::RawReaderError::RawReaderError ( )
default

Constructor.

◆ RawReaderError() [2/2]

o2::phos::RawReaderError::RawReaderError ( char  ddl,
char  fec,
char  err 
)
inline

Constructor.

Definition at line 33 of file RawReaderError.h.

◆ ~RawReaderError()

o2::phos::RawReaderError::~RawReaderError ( )
default

destructor

Member Function Documentation

◆ getDDL()

char o2::phos::RawReaderError::getDDL ( )
inline

Definition at line 38 of file RawReaderError.h.

◆ getError()

char o2::phos::RawReaderError::getError ( )
inline

Definition at line 40 of file RawReaderError.h.

◆ getFEC()

char o2::phos::RawReaderError::getFEC ( )
inline

Definition at line 39 of file RawReaderError.h.


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