EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsStructures.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsStructures.h
1 #ifndef __SUBEVTSTRUCTURES_H__
2 #define __SUBEVTSTRUCTURES_H__
3 
4 
5 typedef struct subevt_data
6  {
7  int sub_length;
8  short sub_id;
9  short sub_type;
10  short sub_decoding;
11  short sub_padding;
12  short reserved[2];
13  int data;
14  } *subevtdata_ptr;
15 
16 #endif /* __SUBEVTSTRUCTURES_H__ */