Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
#define ONCSLZO1XBUFFERMARKER 0xffffbbc0U
14
15
#define BUFFERBLOCKSIZE 8192U
16
17
18
19
#endif
online_distribution
blob
master
newbasic
BufferConstants.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration