StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsCndDataStreamNames.h
1 #ifndef _RTSCNDDATASTREAMNAMES_H_
2 #define _RTSCNDDATASTREAMNAMES_H_
3 
4 #include "rtsDbConstants.h"
5 
7 {
9 
10  // 10/04 - replace indexing with hash
11  //int idx_rn;
12  unsigned int hash;
13 
14  int idx_stream;
16 
17  char dataStreamNames[DB_MAX_STR_LEN];
18 };
19 
20 #endif