StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
L3swap.h
1 #ifndef L3SWAP_H
2 #define L3SWAP_H
3 
4 #include "daqFormats.h"
5 
6 
7 float fswap(float swapped);
8 
9 UINT32 swap32(UINT32 in);
10 UINT16 swap16(UINT16 in);
11 
12 bool checkByteOrder(UINT32 byte_order);
13 
14 
15 #endif