|
HYDRA_development_version
|
#include <htoflookup.h>


Public Member Functions | |
| HTofLookupChan () | |
| ~HTofLookupChan () | |
| Int_t | getSector () |
| Int_t | getModule () |
| Int_t | getCell () |
| Char_t | getSide () |
| void | getAddress (Int_t &s, Int_t &m, Int_t &c, Char_t &p) |
| void | fill (const Int_t s, const Int_t m, const Int_t c, const Char_t p) |
| void | fill (HTofLookupChan &r) |
| void | setSector (const Int_t n) |
| void | setModule (const Int_t n) |
| void | setCell (const Int_t n) |
| void | setSide (const Int_t n) |
| void | clear () |
Protected Attributes | |
| Int_t | sector |
| Int_t | module |
| Int_t | cell |
| Char_t | side |
Definition at line 8 of file htoflookup.h.
|
inline |
Definition at line 15 of file htoflookup.h.
References clear().
|
inline |
Definition at line 16 of file htoflookup.h.
|
inline |
Definition at line 43 of file htoflookup.h.
Referenced by HTofLookupChan().
|
inline |
Definition at line 27 of file htoflookup.h.
|
inline |
Definition at line 33 of file htoflookup.h.
References getCell(), getModule(), getSector(), and getSide().
|
inline |
Definition at line 21 of file htoflookup.h.
References cell, module, sector, and side.
Referenced by HTofUnpacker::execute().
|
inline |
Definition at line 19 of file htoflookup.h.
References cell.
Referenced by fill(), HTofLookup::printParam(), and HTofLookup::writeline().
|
inline |
Definition at line 18 of file htoflookup.h.
References module.
Referenced by fill(), HTofLookup::printParam(), and HTofLookup::writeline().
|
inline |
Definition at line 17 of file htoflookup.h.
References sector.
Referenced by fill(), HTofLookup::printParam(), and HTofLookup::writeline().
|
inline |
Definition at line 20 of file htoflookup.h.
References side.
Referenced by fill(), HTofLookup::printParam(), and HTofLookup::writeline().
|
inline |
Definition at line 41 of file htoflookup.h.
References n.
|
inline |
Definition at line 40 of file htoflookup.h.
References n.
|
inline |
Definition at line 39 of file htoflookup.h.
References n.
|
inline |
Definition at line 42 of file htoflookup.h.
References n.
|
protected |
Definition at line 12 of file htoflookup.h.
Referenced by getAddress(), and getCell().
|
protected |
Definition at line 11 of file htoflookup.h.
Referenced by getAddress(), and getModule().
|
protected |
Definition at line 10 of file htoflookup.h.
Referenced by getAddress(), and getSector().
|
protected |
Definition at line 13 of file htoflookup.h.
Referenced by getAddress(), and getSide().