StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StEEmcUtil
database
cstructs
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
eemcDbPMTstat
Definition:
eemcDbPMTstat.hh:8
Generated by
1.8.5