EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BufferConstants.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUFFERHEADERLENGTH   4U
 
#define EOBLENGTH   4U
 
#define BUFFERSIZE   (1024U*1024U)
 
#define BUFFERMARKER   0xffffffc0U
 
#define ONCSBUFFERMARKER   0xffffc0c0U
 
#define GZBUFFERMARKER   0xfffffafeU
 
#define LZO1XBUFFERMARKER   0xffffbbfeU
 
#define BUFFERBLOCKSIZE   8192U
 

Macro Definition Documentation

#define BUFFERMARKER   0xffffffc0U

Definition at line 9 of file BufferConstants.h.

View newest version in sPHENIX GitHub at line 9 of file BufferConstants.h

Referenced by check_buffermarker(), main(), buffer::makeBuffer(), prdfBuffer::prdfBuffer(), and fileEventiterator::read_next_buffer().

#define BUFFERSIZE   (1024U*1024U)

Definition at line 7 of file BufferConstants.h.

View newest version in sPHENIX GitHub at line 7 of file BufferConstants.h

#define EOBLENGTH   4U

Definition at line 6 of file BufferConstants.h.

View newest version in sPHENIX GitHub at line 6 of file BufferConstants.h

Referenced by ospBuffer::addEvent(), ophBuffer::addEvent(), ospBuffer::addRawEvent(), ophBuffer::addRawEvent(), ospBuffer::nextEvent(), and ophBuffer::nextEvent().

#define GZBUFFERMARKER   0xfffffafeU

Definition at line 11 of file BufferConstants.h.

View newest version in sPHENIX GitHub at line 11 of file BufferConstants.h

Referenced by check_buffermarker(), gzbuffer::gzbuffer(), main(), buffer::makeBuffer(), fileEventiterator::read_next_buffer(), and ogzBuffer::writeout().

#define LZO1XBUFFERMARKER   0xffffbbfeU
#define ONCSBUFFERMARKER   0xffffc0c0U

Definition at line 10 of file BufferConstants.h.

View newest version in sPHENIX GitHub at line 10 of file BufferConstants.h

Referenced by main(), buffer::makeBuffer(), and fileEventiterator::read_next_buffer().