![]() |
MiniballSort
|
#include <MbsFormat.hh>
Public Member Functions | |
| MBSBufferElem () | |
| MBSBufferElem (unsigned int _type, std::string _descr, int _hsize, int _dsize) | |
| ~MBSBufferElem () | |
| void | SetType (unsigned int _type, std::string _descr, int _hsize, int _dsize) |
| void | SetType (unsigned int _type, std::string _descr) |
| std::string | GetDescription () const |
| unsigned int | GetType () const |
| int | GetHeaderSize () const |
| int | GetDataSize () const |
| void | IncrementHit () |
| void | ResetHits () |
Private Attributes | |
| unsigned int | type |
| element type | |
| std::string | descr |
| description | |
| int | hsize |
| header size (bytes) | |
| int | dsize |
| data size (bytes) | |
| int | hit |
Definition at line 134 of file MbsFormat.hh.
|
inline |
Definition at line 147 of file MbsFormat.hh.
|
inline |
Definition at line 155 of file MbsFormat.hh.
|
inline |
Definition at line 164 of file MbsFormat.hh.
|
inline |
Definition at line 186 of file MbsFormat.hh.
Referenced by MBS::GetNextMedEvent(), and MBSSubEvent::GetSubEventDataSize().
|
inline |
Definition at line 183 of file MbsFormat.hh.
Referenced by MBSSubEvent::GetSubEventDescription().
|
inline |
Definition at line 185 of file MbsFormat.hh.
|
inline |
Definition at line 184 of file MbsFormat.hh.
Referenced by MBS::GetBuffer(), MBS::GetEventType(), and MBSSubEvent::GetSubEventType().
|
inline |
Definition at line 189 of file MbsFormat.hh.
Referenced by MBS::CheckSubEventType(), MBS::GetBuffer(), and MBS::GetNextMedEvent().
|
inline |
Definition at line 190 of file MbsFormat.hh.
|
inline |
Definition at line 174 of file MbsFormat.hh.
|
inline |
Definition at line 167 of file MbsFormat.hh.
|
private |
description
Definition at line 139 of file MbsFormat.hh.
Referenced by GetDescription(), MBSBufferElem(), MBSBufferElem(), SetType(), and SetType().
|
private |
data size (bytes)
Definition at line 141 of file MbsFormat.hh.
Referenced by GetDataSize(), MBSBufferElem(), SetType(), and SetType().
|
private |
Definition at line 142 of file MbsFormat.hh.
Referenced by IncrementHit(), MBSBufferElem(), MBSBufferElem(), ResetHits(), SetType(), and SetType().
|
private |
header size (bytes)
Definition at line 140 of file MbsFormat.hh.
Referenced by GetHeaderSize(), MBSBufferElem(), MBSBufferElem(), SetType(), and SetType().
|
private |
element type
Definition at line 138 of file MbsFormat.hh.
Referenced by GetType(), MBSBufferElem(), MBSBufferElem(), SetType(), and SetType().