#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 20 of file L1TriggerError.h.
|
explicit |
L1TriggerError::~L1TriggerError | ( | ) |
|
inline |
unsigned L1TriggerError::prodErr | ( | ) |
producer error
Definition at line 20 of file L1TriggerError.cc.
References code_.
Referenced by code().
unsigned L1TriggerError::prodID | ( | ) |
producer ID
Definition at line 15 of file L1TriggerError.cc.
References code_.
Referenced by code().
|
inline |