StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPMTconf.hh
1 #ifndef TAB_EEMC_DB_PMTCONF__hh
2 #define TAB_EEMC_DB_PMTCONF__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: EEMC Tower PMT configuration for one sector
6 */
7 struct eemcDbPMTconf {
8  char name[EEMCDbMaxPmtName]; /* PMT ID sector/box/tower */
9  int barcode[EEMCDbMaxPmt]; /* PMT shield barcode */
10  int sn[EEMCDbMaxPmt]; /* pmt serial number */
11  int baseBarcode[EEMCDbMaxPmt]; /* cw base barcode */
12  int baseSN[EEMCDbMaxPmt]; /* cw base serial number */
13  int baseAddress[EEMCDbMaxPmt]; /* cw base programmable id */
14  char comment[EEMCDbMaxComment];
15 };
16 
17 #endif
18 
19 
20