|
ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <GETBasicFrame.h>


Public Member Functions | |
| GETBasicFrame () | |
| Int_t * | GetSample (Int_t agetIdx, Int_t chIdx) |
| Int_t | GetFrameSkip () |
| void | Clear (Option_t *="") |
| void | Read (ifstream &stream) |
Public Member Functions inherited from GETBasicFrameHeader | |
| GETBasicFrameHeader () | |
| UInt_t | GetHeaderSize (Bool_t inBytes=kTRUE) |
| UInt_t | GetItemSize () |
| UInt_t | GetNItems () |
| ULong_t | GetEventTime () |
| UInt_t | GetEventID () |
| UInt_t | GetCoboID () |
| UInt_t | GetAsadID () |
| UInt_t | GetReadOffset () |
| UInt_t | GetStatus () |
| bitset< 72 > | GetHitPat (Int_t asadID) |
| UInt_t | GetMultip (Int_t asadID) |
| UInt_t | GetWindowOut () |
| UInt_t | GetLastCell (Int_t asadID) |
| ULong64_t | GetFrameSkip () |
| UInt_t | GetHeaderSkip () |
| void | Clear (Option_t *="") |
| void | Read (ifstream &stream) |
| void | Print () |
Public Member Functions inherited from GETHeaderBase | |
| 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 14 of file GETBasicFrame.h.
| GETBasicFrame::GETBasicFrame | ( | ) |
Definition at line 9 of file GETBasicFrame.cxx.
| void GETBasicFrame::Clear | ( | Option_t * | = "" | ) |
Definition at line 24 of file GETBasicFrame.cxx.
| Int_t GETBasicFrame::GetFrameSkip | ( | ) |
Definition at line 19 of file GETBasicFrame.cxx.
| Int_t * GETBasicFrame::GetSample | ( | Int_t | agetIdx, |
| Int_t | chIdx | ||
| ) |
Definition at line 14 of file GETBasicFrame.cxx.
| void GETBasicFrame::Read | ( | ifstream & | stream | ) |
Definition at line 31 of file GETBasicFrame.cxx.
1.8.18