HYDRA_development_version
|
#include <hwalllookup.h>
Public Member Functions | |
HWallLookupSlot (Int_t numChannels=1) | |
~HWallLookupSlot (void) | |
HWallLookupChan & | operator[] (Int_t i) |
HWallLookupChan * | getChannel (Int_t c) |
Int_t | getSize (void) |
Int_t | getMaxSize (void) |
Char_t | getType (void) |
void | fill (Char_t, Int_t, Int_t) |
void | clear (void) |
Protected Attributes | |
TObjArray * | array |
Char_t | modType |
Int_t | maxChannel |
Int_t | nChannels |
Definition at line 21 of file hwalllookup.h.
HWallLookupSlot::HWallLookupSlot | ( | Int_t | numChannels = 1 | ) |
HWallLookupSlot::~HWallLookupSlot | ( | void | ) |
Definition at line 35 of file hwalllookup.cc.
void HWallLookupSlot::clear | ( | void | ) |
Definition at line 41 of file hwalllookup.cc.
void HWallLookupSlot::fill | ( | Char_t | dcType, |
Int_t | channel, | ||
Int_t | cell | ||
) |
Definition at line 47 of file hwalllookup.cc.
|
inline |
Definition at line 33 of file hwalllookup.h.
Referenced by HWallUnpacker::execute().
|
inline |
Definition at line 38 of file hwalllookup.h.
References nChannels.
|
inline |
Definition at line 37 of file hwalllookup.h.
Referenced by HWallLookup::printParam(), and HWallParRootFileIo::read().
|
inline |
Definition at line 39 of file hwalllookup.h.
References modType.
Referenced by HWallUnpacker::execute(), HWallLookup::printParam(), HWallParRootFileIo::read(), and HWallLookup::writeline().
|
inline |
Definition at line 30 of file hwalllookup.h.
|
protected |
Definition at line 23 of file hwalllookup.h.
|
protected |
Definition at line 25 of file hwalllookup.h.
|
protected |
Definition at line 24 of file hwalllookup.h.
Referenced by getType().
|
protected |
Definition at line 26 of file hwalllookup.h.
Referenced by getMaxSize().