Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:35

0001 #ifndef __SUBEVTSTRUCTURES_H__
0002 #define __SUBEVTSTRUCTURES_H__
0003 
0004 
0005 typedef struct subevt_data
0006  {
0007    int   sub_length;
0008    short sub_id;
0009    short sub_type;
0010    short sub_decoding;
0011    short sub_padding;
0012    short reserved[2];
0013    int   data;
0014  } *subevtdata_ptr;
0015 
0016 #endif /* __SUBEVTSTRUCTURES_H__ */