ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <GETTopologyFrame.h>
Public Member Functions | |
GETTopologyFrame () | |
UInt_t | GetCoboIdx () |
bitset< 4 > | GetAsadMask () |
UInt_t | Get2pMode () |
UInt_t | GetUNUSED () |
ULong64_t | GetFrameSkip () |
ULong64_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 20 of file GETTopologyFrame.h.
GETTopologyFrame::GETTopologyFrame | ( | ) |
void GETTopologyFrame::Clear | ( | Option_t * | = "" | ) |
Definition at line 40 of file GETTopologyFrame.cxx.
UInt_t GETTopologyFrame::Get2pMode | ( | ) |
Definition at line 23 of file GETTopologyFrame.cxx.
bitset< 4 > GETTopologyFrame::GetAsadMask | ( | ) |
Definition at line 19 of file GETTopologyFrame.cxx.
UInt_t GETTopologyFrame::GetCoboIdx | ( | ) |
Definition at line 15 of file GETTopologyFrame.cxx.
ULong64_t GETTopologyFrame::GetFrameSkip | ( | ) |
Definition at line 31 of file GETTopologyFrame.cxx.
ULong64_t GETTopologyFrame::GetHeaderSkip | ( | ) |
Definition at line 35 of file GETTopologyFrame.cxx.
UInt_t GETTopologyFrame::GetUNUSED | ( | ) |
Definition at line 27 of file GETTopologyFrame.cxx.
void GETTopologyFrame::Print | ( | ) |
Definition at line 62 of file GETTopologyFrame.cxx.
void GETTopologyFrame::Read | ( | ifstream & | Stream | ) |
Definition at line 50 of file GETTopologyFrame.cxx.