StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPMTstat.hh
1 #ifndef TAB_EEMC_DB_PMTSTAT__hh
2 #define TAB_EEMC_DB_PMTSTAT__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: EEMC status of Tower/Strip/Shower
6  */
7 
8 struct eemcDbPMTstat {
9  char name[EEMCDbMaxAdcName]; /* sector/subsector/tower of strip/pre/post/tower */
10  unsigned short stat[EEMCDbMaxAdc]; /* status code, see eemcConstDB.hh for definitions */
11  unsigned short fail[EEMCDbMaxAdc]; /* failure code, see eemcConstDB.hh for definitions */
12  char comment[EEMCDbMaxComment];
13 };
14 #endif
15 
16 
17 
18