StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbHVtemp.hh
1 #ifndef TAB_EEMC_DB_HVTEMP__hh
2 #define TAB_EEMC_DB_HVTEMP__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: online-DB, temp reported by HVsys
6  */
7 struct eemcDbHVtemp {
8  char name[EEMCDbMaxName]; /* PMT ID: sector/box, eg 06TB */
9  float tempC; /* temp in C */
10  char comment[EEMCDbMaxComment];
11 };
12 
13 #endif