Project
Loading...
Searching...
No Matches
o2::emcal::L0sizeInvalidException Class Reference

Handlig access of L0 index mapping with invalid patch size. More...

#include <TriggerMappingErrors.h>

Inherits std::exception.

Public Member Functions

 L0sizeInvalidException (unsigned int l0size)
 Constructor.
 
 ~L0sizeInvalidException () noexcept final=default
 Destructor.
 
const charwhat () const noexcept final
 Access to error message.
 
unsigned int getL0size () const noexcept
 Get the size of the L0 patch.
 

Detailed Description

Handlig access of L0 index mapping with invalid patch size.

Definition at line 277 of file TriggerMappingErrors.h.

Constructor & Destructor Documentation

◆ L0sizeInvalidException()

o2::emcal::L0sizeInvalidException::L0sizeInvalidException ( unsigned int  l0size)
inline

Constructor.

Parameters
l0sizeSize of the L0 patch

Definition at line 282 of file TriggerMappingErrors.h.

◆ ~L0sizeInvalidException()

o2::emcal::L0sizeInvalidException::~L0sizeInvalidException ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ getL0size()

unsigned int o2::emcal::L0sizeInvalidException::getL0size ( ) const
inlinenoexcept

Get the size of the L0 patch.

Returns
Size of the L0 patch

Definition at line 299 of file TriggerMappingErrors.h.

◆ what()

const char * o2::emcal::L0sizeInvalidException::what ( ) const
inlinefinalnoexcept

Access to error message.

Returns
Error message

Definition at line 292 of file TriggerMappingErrors.h.


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