StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPIXcal.hh
1 #ifndef TAB_EEMC_DB_PIXCAL__hh
2 #define TAB_EEMC_DB_PIXCAL__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: EEMC calibration for every pixel ( PMT and MAPMT)
6  */
7 struct eemcDbPIXcal {
8  char name[EEMCDbMaxAdcName]; /* pixel name*/
9  float gain[EEMCDbMaxAdc]; /* gain of the pixel */
10  float egain[EEMCDbMaxAdc]; /* error of the gain */
11  char comment[EEMCDbMaxComment];
12 };
13 
14 #endif
15