00001 #ifndef TAB_EEMC_DB_PMTCAL__hh 00002 #define TAB_EEMC_DB_PMTCAL__hh 00003 #include "eemcConstDB.hh" 00004 /* 00005 * will retire next time, JB 00006 * description: EEMC Tower Box calibration for one sector, ver 2 00007 */ 00008 struct eemcDbPMTcal { 00009 char name[EEMCDbMaxPmtName]; /* PMT ID sector/box/tower */ 00010 float gain[EEMCDbMaxPmt]; /* pmt effective gain of the tower */ 00011 float egain[EEMCDbMaxPmt]; /* error of the gain */ 00012 float hv[EEMCDbMaxPmt]; /* pmt actual HV (V), dac=HV/HVmax*1023 */ 00013 char comment[EEMCDbMaxComment]; 00014 }; 00015 00016 #endif 00017
1.5.9