EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
generalDefinitions.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file generalDefinitions.h
1 #ifndef __GENERALDEFINITIONS_H__
2 #define __GENERALDEFINITIONS_H__
3 
4 /* the enum types for dump style */
5 #define EVT_DECIMAL 1
6 #define EVT_HEXADECIMAL 2
7 #define EVT_OCTAL 3
8 
9 // EVT_RAW dumps the packet payload to stdout
10 #define EVT_RAW 4
11 // EVT_RAW dumps the packet payload to stdout, including header
12 #define EVT_RAW_WH 5
13 
14 #endif