HYDRA_development_version
|
#include <hemctrb3lookup.h>
Public Member Functions | |
HEmcTrb3LookupChan (void) | |
virtual | ~HEmcTrb3LookupChan (void) |
Int_t | getSector () |
Int_t | getCell () |
UChar_t | getFlag () |
Bool_t | isSlowChannel () |
Bool_t | isFastChannel () |
Bool_t | isDefinedChannel () |
Bool_t | isBrokenChannel () |
void | setSlowChannel (Bool_t on) |
void | setBrokenChannel (Bool_t on) |
void | setFastChannel (Bool_t on) |
void | getAddress (Int_t &s, Int_t &c) const |
void | fill (Int_t s, Int_t c, UChar_t f) |
void | fill (HEmcTrb3LookupChan &r) |
void | setSector (const Int_t s) |
void | setCell (const Int_t c) |
void | setFlag (const UChar_t f) |
void | clear (void) |
Protected Attributes | |
Int_t | sector |
Int_t | cell |
UChar_t | flag |
Definition at line 18 of file hemctrb3lookup.h.
|
inline |
Definition at line 24 of file hemctrb3lookup.h.
|
inlinevirtual |
Definition at line 25 of file hemctrb3lookup.h.
|
inline |
Definition at line 43 of file hemctrb3lookup.h.
|
inline |
Definition at line 38 of file hemctrb3lookup.h.
Referenced by HEmcTrb3Lookup::fill().
|
inline |
Definition at line 39 of file hemctrb3lookup.h.
References getCell(), getFlag(), and getSector().
|
inline |
Definition at line 37 of file hemctrb3lookup.h.
Referenced by HEmcTrb3Unpacker::execute().
|
inline |
Definition at line 27 of file hemctrb3lookup.h.
Referenced by fill(), HEmcTrb3Lookup::printParam(), and HEmcTrb3Lookup::write().
|
inline |
Definition at line 28 of file hemctrb3lookup.h.
Referenced by fill(), HEmcTrb3Lookup::printParam(), and HEmcTrb3Lookup::write().
|
inline |
Definition at line 26 of file hemctrb3lookup.h.
Referenced by fill(), HEmcTrb3Lookup::printParam(), and HEmcTrb3Lookup::write().
|
inline |
Definition at line 32 of file hemctrb3lookup.h.
References EMC_CHANNEL_BROKENBIT.
Referenced by HEmcTrb3Unpacker::execute().
|
inline |
Definition at line 31 of file hemctrb3lookup.h.
Referenced by HEmcTrb3Unpacker::execute().
|
inline |
Definition at line 30 of file hemctrb3lookup.h.
References EMC_CHANNEL_FASTBIT.
Referenced by HEmcTrb3Unpacker::execute().
|
inline |
Definition at line 29 of file hemctrb3lookup.h.
References EMC_CHANNEL_SLOWBIT.
Referenced by HEmcTrb3Unpacker::execute().
|
inline |
Definition at line 34 of file hemctrb3lookup.h.
References EMC_CHANNEL_BROKENBIT.
|
inline |
Definition at line 41 of file hemctrb3lookup.h.
|
inline |
Definition at line 35 of file hemctrb3lookup.h.
References EMC_CHANNEL_FASTBIT.
|
inline |
Definition at line 42 of file hemctrb3lookup.h.
|
inline |
Definition at line 40 of file hemctrb3lookup.h.
|
inline |
Definition at line 33 of file hemctrb3lookup.h.
References EMC_CHANNEL_SLOWBIT.
|
protected |
Definition at line 21 of file hemctrb3lookup.h.
|
protected |
Definition at line 22 of file hemctrb3lookup.h.
|
protected |
Definition at line 20 of file hemctrb3lookup.h.