EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BufferConstants.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file BufferConstants.h
1 #ifndef __BUFFER_CONSTANTS_H
2 #define __BUFFER_CONSTANTS_H
3 
4 /* the header length values */
5 #define BUFFERHEADERLENGTH 4U
6 #define EOBLENGTH 4U
7 #define BUFFERSIZE (1024U*1024U)
8 
9 #define BUFFERMARKER 0xffffffc0U
10 #define ONCSBUFFERMARKER 0xffffc0c0U
11 #define GZBUFFERMARKER 0xfffffafeU
12 #define LZO1XBUFFERMARKER 0xffffbbfeU
13 
14 #define BUFFERBLOCKSIZE 8192U
15 
16 
17 
18 #endif