StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbXMLdata.hh
1 #ifndef TAB_EEMC_DB_XMLDATA__hh
2 #define TAB_EEMC_DB_XMLDATA__hh
3 #include "eemcConstDB.hh"
4 /*
5  description: online-DB, xml data
6  */
7 struct eemcDbXMLdata {
8  char xmldata[EEMCDbMaxXMLData]; // xmldata
9  char comment[EEMCDbMaxComment]; // comment
10 };
11 
12 #endif