ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <GETLayerHeader.h>
Public Member Functions | |
GETLayerHeader () | |
UInt_t | GetHeaderSize (Bool_t inBytes=kTRUE) |
UInt_t | GetItemSize () |
UInt_t | GetNItems () |
UInt_t | GetEventID () |
ULong64_t | GetEventTime () |
UInt_t | GetDeltaT () |
ULong64_t | GetFrameSkip () |
UInt_t | GetHeaderSkip () |
void | Clear (Option_t *="") |
void | Read (ifstream &stream) |
void | Print () |
![]() | |
GETHeaderBase () | |
UInt_t | GetMetaType () |
UInt_t | GetFrameSize (Bool_t inBytes=kTRUE) |
UInt_t | GetDataSource () |
UInt_t | GetFrameType () |
UInt_t | GetRevision () |
ULong64_t | GetFrameSkip (Bool_t rewind=kFALSE) |
Bool_t | IsLittleEndian () |
Bool_t | IsBlob () |
UInt_t | GetUnitBlock () |
ULong64_t | CorrectEndianness (uint8_t *variable, Short_t length) |
void | Clear (Option_t *="") |
void | Read (ifstream &file, Bool_t rewind=kFALSE) |
void | Print () |
Definition at line 18 of file GETLayerHeader.h.
GETLayerHeader::GETLayerHeader | ( | ) |
void GETLayerHeader::Clear | ( | Option_t * | = "" | ) |
Definition at line 55 of file GETLayerHeader.cxx.
UInt_t GETLayerHeader::GetDeltaT | ( | ) |
Definition at line 35 of file GETLayerHeader.cxx.
UInt_t GETLayerHeader::GetEventID | ( | ) |
Definition at line 27 of file GETLayerHeader.cxx.
ULong64_t GETLayerHeader::GetEventTime | ( | ) |
Definition at line 31 of file GETLayerHeader.cxx.
ULong64_t GETLayerHeader::GetFrameSkip | ( | ) |
Definition at line 39 of file GETLayerHeader.cxx.
UInt_t GETLayerHeader::GetHeaderSize | ( | Bool_t | inBytes = kTRUE | ) |
Definition at line 15 of file GETLayerHeader.cxx.
UInt_t GETLayerHeader::GetHeaderSkip | ( | ) |
Definition at line 44 of file GETLayerHeader.cxx.
UInt_t GETLayerHeader::GetItemSize | ( | ) |
Definition at line 19 of file GETLayerHeader.cxx.
UInt_t GETLayerHeader::GetNItems | ( | ) |
Definition at line 23 of file GETLayerHeader.cxx.
void GETLayerHeader::Print | ( | ) |
Definition at line 88 of file GETLayerHeader.cxx.
void GETLayerHeader::Read | ( | ifstream & | stream | ) |
Definition at line 67 of file GETLayerHeader.cxx.