#include <L1TriggerError.h>
Public Member Functions | |
unsigned | code () |
get error More... | |
L1TriggerError (unsigned short prodID=0, unsigned short code=0) | |
construct from an error code More... | |
unsigned | prodErr () |
producer error More... | |
unsigned | prodID () |
producer ID More... | |
void | setCode (int code) |
set error More... | |
~L1TriggerError () | |
dtor More... | |
Private Attributes | |
unsigned | code_ |
DataFormats/L1Trigger/interface/L1TriggerError.h
Description: Class for communicating errors between modules. Intended to be transient only
Definition at line 19 of file L1TriggerError.h.
|
explicit |
L1TriggerError::~L1TriggerError | ( | ) |
|
inline |
get error
Definition at line 31 of file L1TriggerError.h.
References code_.
Referenced by setCode().
unsigned L1TriggerError::prodErr | ( | ) |
unsigned L1TriggerError::prodID | ( | ) |
|
inline |