StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPMTcal.hh
1 #ifndef TAB_EEMC_DB_PMTCAL__hh
2 #define TAB_EEMC_DB_PMTCAL__hh
3 #include "eemcConstDB.hh"
4 /*
5  * will retire next time, JB
6  * description: EEMC Tower Box calibration for one sector, ver 2
7  */
8 struct eemcDbPMTcal {
9  char name[EEMCDbMaxPmtName]; /* PMT ID sector/box/tower */
10  float gain[EEMCDbMaxPmt]; /* pmt effective gain of the tower */
11  float egain[EEMCDbMaxPmt]; /* error of the gain */
12  float hv[EEMCDbMaxPmt]; /* pmt actual HV (V), dac=HV/HVmax*1023 */
13  char comment[EEMCDbMaxComment];
14 };
15 
16 #endif
17