StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbHVsys.hh
1 #ifndef TAB_EEMC_DB_HVSYS__hh
2 #define TAB_EEMC_DB_HVSYS__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: online-DB, state a _single_ CWcell reported by HVsys
6  */
7 struct eemcDbHVsys {
8  char name[EEMCDbMaxName]; /* PMT ID: sector/box/tower, eg 06TB09 */
9  int hvBranch; /* branch+ 10*ID_of_HVsys_controller */
10  int address; /* cw base programmable id ,ADDR from Dubna */
11  float maxHV; /* cw HV (V) for dac=1023, K1280 from Dubna */
12  int dac; /* pmt dac=HV/HVmax*1023 */
13  float hv; /* pmt actual HV (V) */
14  char comment[EEMCDbMaxComment];
15 };
16 
17 #endif