![]() |
MiniballSort
|
#include <MbsFormat.hh>
Public Member Functions | |
| UInt_t | GetTrigger () const |
| UInt_t | GetCount () const |
| size_t | GetNData () const |
| const UInt_t * | GetData () const |
| ULong_t | GetEventID () const |
| void | SetEventID (unsigned long long id) |
| void | Store (UInt_t datum) |
| void | StoreSubEvent (MBSSubEvent _sevt) |
| unsigned int | GetNumberOfSubEvents () const |
| const MBSSubEvent * | GetSubEvent (unsigned int i) const |
| void | Clear () |
| void | Show (UInt_t verbose=0) const |
Private Attributes | |
| std::vector< MBSSubEvent > | sevts |
| std::vector< UInt_t > | data |
| ULong_t | eventid |
Definition at line 266 of file MbsFormat.hh.
|
inline |
Definition at line 324 of file MbsFormat.hh.
Referenced by MBS::GetNextEventFromStream(), MBS::GetNextLmdEvent(), and MBS::GetNextMedEvent().
|
inline |
Definition at line 283 of file MbsFormat.hh.
Referenced by Show().
|
inline |
Definition at line 294 of file MbsFormat.hh.
Referenced by MiniballMbsConverter::ProcessBlock(), and Show().
|
inline |
Definition at line 300 of file MbsFormat.hh.
Referenced by MiniballMbsConverter::ConvertFile(), and MiniballMedConverter::ConvertFile().
|
inline |
Definition at line 289 of file MbsFormat.hh.
Referenced by MBS::GetNextLmdEvent(), MiniballMbsConverter::ProcessBlock(), and Show().
|
inline |
Definition at line 317 of file MbsFormat.hh.
Referenced by MiniballMedConverter::ProcessEvent().
|
inline |
Definition at line 318 of file MbsFormat.hh.
Referenced by MiniballMedConverter::ProcessEvent().
|
inline |
Definition at line 277 of file MbsFormat.hh.
Referenced by Show().
|
inline |
Definition at line 303 of file MbsFormat.hh.
Referenced by MBS::ConvertVmeHeader(), and MBS::GetNextLmdEvent().
|
inline |
Definition at line 330 of file MbsFormat.hh.
|
inline |
Definition at line 307 of file MbsFormat.hh.
Referenced by MBS::GetNextLmdEvent().
|
inline |
Definition at line 312 of file MbsFormat.hh.
Referenced by MBS::GetNextMedEvent().
|
private |
Definition at line 271 of file MbsFormat.hh.
Referenced by Clear(), GetCount(), GetData(), GetNData(), GetTrigger(), and Store().
|
private |
Definition at line 272 of file MbsFormat.hh.
Referenced by GetEventID(), and SetEventID().
|
private |
Definition at line 270 of file MbsFormat.hh.
Referenced by Clear(), GetNumberOfSubEvents(), GetSubEvent(), and StoreSubEvent().