HYDRA_development_version
|
#include <htoflookup.h>
Public Member Functions | |
HTofLookupCrate (Int_t numSlots=1) | |
~HTofLookupCrate () | |
HTofLookupSlot & | operator[] (Int_t i) |
HTofLookupSlot * | getSlot (Int_t s) |
Int_t | getSize () |
Int_t | getMaxSize () |
void | fill (Int_t, Char_t, Int_t, Int_t, Int_t, Int_t, Char_t) |
Protected Attributes | |
TObjArray * | array |
Int_t | maxSlot |
Int_t | nSlots |
Definition at line 76 of file htoflookup.h.
HTofLookupCrate::HTofLookupCrate | ( | Int_t | numSlots = 1 | ) |
Definition at line 57 of file htoflookup.cc.
HTofLookupCrate::~HTofLookupCrate | ( | ) |
Definition at line 65 of file htoflookup.cc.
void HTofLookupCrate::fill | ( | Int_t | slot, |
Char_t | modType, | ||
Int_t | channel, | ||
Int_t | sector, | ||
Int_t | module, | ||
Int_t | cell, | ||
Char_t | side | ||
) |
Definition at line 71 of file htoflookup.cc.
|
inline |
Definition at line 92 of file htoflookup.h.
References nSlots.
|
inline |
Definition at line 91 of file htoflookup.h.
|
inline |
Definition at line 87 of file htoflookup.h.
|
inline |
Definition at line 84 of file htoflookup.h.
|
protected |
Definition at line 78 of file htoflookup.h.
|
protected |
Definition at line 79 of file htoflookup.h.
|
protected |
Definition at line 80 of file htoflookup.h.
Referenced by getMaxSize().