00001 #ifndef TAB_EEMC_DB_HVSYS__hh 00002 #define TAB_EEMC_DB_HVSYS__hh 00003 #include "eemcConstDB.hh" 00004 /* 00005 * description: online-DB, state a _single_ CWcell reported by HVsys 00006 */ 00007 struct eemcDbHVsys { 00008 char name[EEMCDbMaxName]; /* PMT ID: sector/box/tower, eg 06TB09 */ 00009 int hvBranch; /* branch+ 10*ID_of_HVsys_controller */ 00010 int address; /* cw base programmable id ,ADDR from Dubna */ 00011 float maxHV; /* cw HV (V) for dac=1023, K1280 from Dubna */ 00012 int dac; /* pmt dac=HV/HVmax*1023 */ 00013 float hv; /* pmt actual HV (V) */ 00014 char comment[EEMCDbMaxComment]; 00015 }; 00016 00017 #endif
1.5.9