StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
kretConstDB.hh
1 #ifndef __KRET_CONST_DB_HH
2 #define __KRET_CONST_DB_HH
3 
4 // length of any name (string) used in KRET DB tables
5 #define KRETDbMaxName 16
6 
7 // length of a comment
8 #define KRETDbMaxComment 160
9 
10 // this delimiter may _not_ be a part of any name
11 #define KRETDbStringDelim '$'
12 
13 
14 //length of character blob
15 #define KRETmxBlobSlen 500000
16 
17 
18 
19 #endif