StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPMTname.hh
1 #ifndef TAB_EEMC_DB_PMTNAME__hh
2 #define TAB_EEMC_DB_PMTNAME__hh
3 #include "eemcConstDB.hh"
4 /*
5  * will retire next time, JB
6  * description: EEMC Tower and PMT names
7  */
8 struct eemcDbPMTname {
9  char name[EEMCDbMaxPmtName]; /* tower name */
10  char tubeName[EEMCDbMaxPmtName]; /* PMT name */
11  char comment[EEMCDbMaxComment];
12 };
13 
14 #endif