![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <cstring>
#include <cassert>
#include <sstream>
#include "TMidasEvent.h"
#include "TGRSIOptions.h"
#include "TRunInfo.h"
#include "TXMLOdb.h"
Go to the source code of this file.
Macros | |
#define | DWORD_SWAP(x) |
#define | QWORD_SWAP(x) |
#define | WORD_SWAP(x) |
Typedefs | |
using | BYTE = uint8_t |
#define DWORD_SWAP | ( | x | ) |
Byte swapping routine.
Definition at line 484 of file TMidasEvent.cxx.
Referenced by TMidasEvent::SwapBytes(), and TMidasEvent::SwapBytesEventHeader().
#define QWORD_SWAP | ( | x | ) |
Byte swapping routine.
Definition at line 465 of file TMidasEvent.cxx.
Referenced by TMidasEvent::SwapBytes().
#define WORD_SWAP | ( | x | ) |
Byte swapping routine.
Definition at line 497 of file TMidasEvent.cxx.
Referenced by TMidasEvent::SwapBytes(), and TMidasEvent::SwapBytesEventHeader().
typedef uint8_t BYTE = uint8_t |
Definition at line 460 of file TMidasEvent.cxx.