13 #ifndef STBTOFTABLES_H
14 #define STBTOFTABLES_H
18 #include "tables/St_tofTrayConfig_Table.h"
19 #include "tables/St_tofStatus_Table.h"
30 static const Int_t mNTray = 120;
31 static const Int_t mNModule = 32;
32 static const Int_t mNCell = 6;
33 static const Int_t mNChanMax = 24000;
37 UShort_t mBTofStatus[mNTray][mNModule][mNCell];
51 int status(
int trayId,
int moduleId,
int cellId)
const;
UShort_t mBTofTrayConfig[mNTray]
A large number for total channels.
int status(int trayId, int moduleId, int cellId) const
function to return the channel status
StBTofTables()
Default constructor.
bool trayValid(int trayId) const
function to return the tray status
void loadTables(StMaker *anyMaker)
load status tables from data base