StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbADCconf.hh
1 #ifndef TAB_EEMC_DB_ADCCONF__hh
2 #define TAB_EEMC_DB_ADCCONF__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: PMT+MAPMT ADC channel/slot configuration for one sector
6  */
7 struct eemcDbADCconf {
8  char name[EEMCDbMaxAdcName]; /* sector/subsector/tower or strip or preTower ... */
9  int crate[EEMCDbMaxAdc]; /* crate holding FEEs */
10  int channel[EEMCDbMaxAdc]; /* channel */
11  char comment[EEMCDbMaxComment]; /* comment */
12 };
13 
14 #endif
15 
16 
17