ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <GETLayeredFrame.h>
Public Member Functions | |
GETLayeredFrame () | |
Int_t | GetNumFrames () |
TClonesArray * | GetFrames () |
GETBasicFrame * | GetFrame (Int_t index) |
void | Clear (Option_t *="") |
void | Read (ifstream &stream) |
![]() | |
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 16 of file GETLayeredFrame.h.
GETLayeredFrame::GETLayeredFrame | ( | ) |
Definition at line 7 of file GETLayeredFrame.cxx.
void GETLayeredFrame::Clear | ( | Option_t * | = "" | ) |
Definition at line 27 of file GETLayeredFrame.cxx.
GETBasicFrame * GETLayeredFrame::GetFrame | ( | Int_t | index | ) |
Definition at line 22 of file GETLayeredFrame.cxx.
TClonesArray * GETLayeredFrame::GetFrames | ( | ) |
Definition at line 18 of file GETLayeredFrame.cxx.
Int_t GETLayeredFrame::GetNumFrames | ( | ) |
Definition at line 14 of file GETLayeredFrame.cxx.
void GETLayeredFrame::Read | ( | ifstream & | stream | ) |
Definition at line 36 of file GETLayeredFrame.cxx.