StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsDbConstants.h
1 #ifndef _RTSDBCONSTANTS_H_
2 #define _RTSDBCONSTANTS_H_
3 
4 #define DB_MAX_STR_LEN 64
5 #define DB_MAX_NODES 200
6 #define DB_MAX_DICT_ENTRIES 1500
7 #define DB_TRIGGERS_MAX 64
8 //#define DB_TW_MAX (1<<16)
9 //#define DB_PW_MAX (1<<12)
10 #define DB_PW_COND_MAX (DB_TRIGGERS_MAX*4)
11 #define DB_MAX_REGISTERS 1500
12 #define DB_MAX_DETECTORS 20
13 #define DB_MAX_SUBDET 200
14 #define VARCHAR_LENGTH 2000
15 
16 #endif