#include <StBTofTables.h>
Public Member Functions | |
| StBTofTables () | |
| Default constructor. | |
| void | Reset () |
| void | loadTables (StMaker *anyMaker) |
| load status tables from data base | |
| bool | trayValid (int trayId) const |
| function to return the tray status | |
| int | status (int trayId, int moduleId, int cellId) const |
| function to return the channel status | |
| ClassDef (StBTofTables, 1) | |
Protected Attributes | |
| UShort_t | mBTofTrayConfig [mNTray] |
| A large number for total channels. | |
| UShort_t | mBTofStatus [mNTray][mNModule][mNCell] |
Static Protected Attributes | |
| static const Int_t | mNTray = 120 |
| static const Int_t | mNModule = 32 |
| static const Int_t | mNCell = 6 |
| static const Int_t | mNChanMax = 24000 |
Definition at line 27 of file StBTofTables.h.
UShort_t StBTofTables::mBTofTrayConfig[mNTray] [protected] |
A large number for total channels.
Tray/Channel Status
Definition at line 36 of file StBTofTables.h.
Referenced by loadTables(), and trayValid().
1.5.9