00001 #ifndef TAB_EEMC_DB_BOXCONF__hh 00002 #define TAB_EEMC_DB_BOXCONF__hh 00003 #include "eemcConstDB.hh" 00004 /* 00005 * description: EEMC Tower Box configuration for one sector 00006 */ 00007 struct eemcDbBoxconf { 00008 char name[EEMCDbMaxBoxName]; /* PMT ID sector/box/tower */ 00009 int barcode[EEMCDbMaxBox]; /* box barcode */ 00010 int hvBranch[EEMCDbMaxBox]; /* branch+ID of HVsys controller */ 00011 char comment[EEMCDbMaxComment]; /* PMT ID sector/box/tower */ 00012 }; 00013 00014 #endif 00015 00016 00017
1.5.9