#include <ESKCHIPBlock.h>
Public Types | |
typedef int | key_type |
Public Member Functions | |
const int | dccdId () const |
ESKCHIPBlock () | |
ESKCHIPBlock (const int &kId) | |
const int | fedId () const |
const int | fiberId () const |
int | getBC () const |
int | getCRC () const |
int | getEC () const |
int | getFlag1 () const |
int | getFlag2 () const |
int | getOptoBC () const |
int | getOptoEC () const |
const int & | id () const |
void | setBC (const int &BC) |
void | setCRC (const int &CRC) |
void | setDccId (const int &dccId) |
void | setEC (const int &EC) |
void | setFedId (const int &fedId) |
void | setFiberId (const int &fiberId) |
void | setFlag1 (const int &flag1) |
void | setFlag2 (const int &flag2) |
void | setId (const int &kId) |
void | setOptoBC (const int &OptoBC) |
void | setOptoEC (const int &OptoEC) |
Private Attributes | |
int | BC_ |
int | CRC_ |
int | dccId_ |
int | EC_ |
int | fedId_ |
int | fiberId_ |
int | flag1_ |
int | flag2_ |
int | kId_ |
int | OptoBC_ |
int | OptoEC_ |
Definition at line 6 of file ESKCHIPBlock.h.
typedef int ESKCHIPBlock::key_type |
Definition at line 8 of file ESKCHIPBlock.h.
ESKCHIPBlock::ESKCHIPBlock | ( | ) |
ESKCHIPBlock::ESKCHIPBlock | ( | const int & | kId | ) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 33 of file ESKCHIPBlock.h.
References BC_.
Referenced by ESIntegrityTask::analyze().
|
inline |
|
inline |
Definition at line 34 of file ESKCHIPBlock.h.
References EC_.
Referenced by ESIntegrityTask::analyze().
|
inline |
Definition at line 37 of file ESKCHIPBlock.h.
References flag1_.
Referenced by ESIntegrityTask::analyze().
|
inline |
Definition at line 38 of file ESKCHIPBlock.h.
References flag2_.
Referenced by ESIntegrityTask::analyze().
|
inline |
Definition at line 35 of file ESKCHIPBlock.h.
References OptoBC_.
Referenced by ESIntegrityTask::analyze().
|
inline |
Definition at line 36 of file ESKCHIPBlock.h.
References OptoEC_.
Referenced by ESIntegrityTask::analyze().
|
inline |
Definition at line 13 of file ESKCHIPBlock.h.
References kId_.
Referenced by ESIntegrityTask::analyze().
|
inline |
Definition at line 25 of file ESKCHIPBlock.h.
References BC_.
Referenced by ESUnpacker::interpretRawData().
|
inline |
|
inline |
Definition at line 17 of file ESKCHIPBlock.h.
References ecaldqm::dccId(), and dccId_.
|
inline |
Definition at line 26 of file ESKCHIPBlock.h.
References EC_.
Referenced by ESUnpacker::interpretRawData().
|
inline |
|
inline |
|
inline |
Definition at line 29 of file ESKCHIPBlock.h.
References flag1_.
Referenced by ESUnpacker::interpretRawData().
|
inline |
Definition at line 30 of file ESKCHIPBlock.h.
References flag2_.
Referenced by ESUnpacker::interpretRawData().
|
inline |
Definition at line 14 of file ESKCHIPBlock.h.
References kId_.
Referenced by ESUnpacker::interpretRawData().
|
inline |
|
inline |
|
private |
Definition at line 46 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getBC(), setBC(), and setOptoBC().
|
private |
Definition at line 52 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getCRC(), and setCRC().
|
private |
Definition at line 43 of file ESKCHIPBlock.h.
Referenced by dccdId(), ESKCHIPBlock(), and setDccId().
|
private |
Definition at line 47 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getEC(), setEC(), and setOptoEC().
|
private |
Definition at line 44 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), fedId(), and setFedId().
|
private |
Definition at line 45 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), fiberId(), and setFiberId().
|
private |
Definition at line 50 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getFlag1(), and setFlag1().
|
private |
Definition at line 51 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getFlag2(), and setFlag2().
|
private |
Definition at line 42 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), id(), and setId().
|
private |
Definition at line 48 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getOptoBC(), and setOptoBC().
|
private |
Definition at line 49 of file ESKCHIPBlock.h.
Referenced by ESKCHIPBlock(), getOptoEC(), and setOptoEC().