StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPMTchar.hh
1 #ifndef TAB_EEMC_DB_PMTCHAR__hh
2 #define TAB_EEMC_DB_PMTCHAR__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: PMT characterization (from Sasha)
6  */
7 struct eemcDbPMTchar {
8  int sn; /* pmt base serial number*/
9  float speRes; /* single p. e. resolution (ch?) */
10  float nomHV; /* HV (V) at gain 2x10^5 */
11  float darkC; /* dark current, (pA) */
12  char comment[EEMCDbMaxComment];
13 };
14 
15 #endif