Project
Loading...
Searching...
No Matches
o2::mch::DecoderError Class Reference

MCH decoder error implementation. More...

#include <DecoderError.h>

Public Member Functions

 DecoderError ()=default
 
 DecoderError (int solarid, int dsid, int chip, uint32_t error)
 
 ~DecoderError ()=default
 
uint16_t getSolarID () const
 
uint8_t getDsID () const
 
uint8_t getChip () const
 
uint32_t getError () const
 

Detailed Description

MCH decoder error implementation.

Definition at line 29 of file DecoderError.h.

Constructor & Destructor Documentation

◆ DecoderError() [1/2]

o2::mch::DecoderError::DecoderError ( )
default

◆ DecoderError() [2/2]

o2::mch::DecoderError::DecoderError ( int  solarid,
int  dsid,
int  chip,
uint32_t  error 
)
inline

Definition at line 34 of file DecoderError.h.

◆ ~DecoderError()

o2::mch::DecoderError::~DecoderError ( )
default

Member Function Documentation

◆ getChip()

uint8_t o2::mch::DecoderError::getChip ( ) const
inline

Definition at line 39 of file DecoderError.h.

◆ getDsID()

uint8_t o2::mch::DecoderError::getDsID ( ) const
inline

Definition at line 38 of file DecoderError.h.

◆ getError()

uint32_t o2::mch::DecoderError::getError ( ) const
inline

Definition at line 41 of file DecoderError.h.

◆ getSolarID()

uint16_t o2::mch::DecoderError::getSolarID ( ) const
inline

Definition at line 37 of file DecoderError.h.


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