StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbCWchar.hh
1 #ifndef TAB_EEMC_DB_CWCHAR__hh
2 #define TAB_EEMC_DB_CWCHAR__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: CW characterization (from Dubna)
6  */
7 struct eemcDbCWchar {
8  int sn; /* cw base serial number , SER from Dubna */
9  int address; /* cw base programmable id ,ADDR from Dubna */
10  float maxHV; /* cw HV (V) for dac=1023, K1280 from Dubna */
11  float dumm; /* 8-byte align */
12  char comment[EEMCDbMaxComment];
13 };
14 
15 #endif