StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
detsDictionary.h
1 #ifndef _DETSDICTIONARY_H_
2 #define _DETSDICTIONARY_H_
3 
4 #include "rtsDbConstants.h"
5 
6 struct detsDict
7 {
8  int first_idx_rn;
9 
10  int det_idx;
11 
12  char dbField[DB_MAX_STR_LEN];
13  char label[DB_MAX_STR_LEN];
14 };
15 
16 #endif