StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbPIXname.hh
1 #ifndef TAB_EEMC_DB_PIXAME__hh
2 #define TAB_EEMC_DB_PIXNAME__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: EEMC PMT and MAPMT pixel names,
6  */
7 struct eemcDbPIXname {
8  char name[EEMCDbMaxAdcName]; /*logical name of pixel */
9  char tubeName[EEMCDbMaxAdcName]; /* hardware name of pixel */
10  char comment[EEMCDbMaxComment];
11 };
12 
13 #endif