BOSS 7.0.6
BESIII Offline Software System
|
#include <ROBFragment.h>
Public Member Functions | |
ROBFragment (const uint32_t *it) | |
virtual | ~ROBFragment () |
virtual bool | check () const |
bool | check_tree () const |
uint32_t | lvl1_id () const |
uint32_t | bc_id () const |
uint32_t | lvl1_trigger_type () const |
uint32_t | detev_type () const |
eformat::old::RODFragment | rod (size_t n) const |
Public Member Functions inherited from eformat::old::Header | |
Header (const uint32_t *it, uint32_t match) | |
virtual | ~Header () |
virtual bool | check () const |
uint32_t | marker () const |
uint32_t | fragment_size_word () const |
uint32_t | header_size_word () const |
uint32_t | version () const |
uint32_t | source_id () const |
uint32_t | run_no () const |
uint32_t | nstatus () const |
const uint32_t * | status () const |
uint32_t | noffset () const |
const uint32_t * | offset (void) const |
uint32_t | nspecific () const |
const uint32_t * | specific_header (void) const |
const uint32_t * | child (size_t n) const |
Describes how to access the contents of a subdetector fragment, as prescribed by the event format note.
Definition at line 28 of file old/ROBFragment.h.
eformat::old::ROBFragment::ROBFragment | ( | const uint32_t * | it | ) |
To build a fragment given the containing buffer. I need to know where the fragment starts in order to do that.
it | The exact position where this fragment should start. |
Definition at line 18 of file ROBFragment24.cxx.
|
inlinevirtual |
|
inline |
Returns the bunch crossing identifier
Definition at line 63 of file old/ROBFragment.h.
|
virtual |
Says if the the fragment is valid. This may throw exceptions.
Reimplemented from eformat::old::Header.
Definition at line 24 of file ROBFragment24.cxx.
bool eformat::old::ROBFragment::check_tree | ( | ) | const |
Says if the the fragment is valid. This may throw exceptions.
Definition at line 31 of file ROBFragment24.cxx.
Referenced by eformat::old::ROSFragment::check_tree().
|
inline |
Returns the detector event type
Definition at line 73 of file old/ROBFragment.h.
|
inline |
Returns the lvl1 identifier
Definition at line 58 of file old/ROBFragment.h.
|
inline |
Returns the lvl1 trigger type
Definition at line 68 of file old/ROBFragment.h.
eformat::old::RODFragment eformat::old::ROBFragment::rod | ( | size_t | n | ) | const |
Returns the nth child fragment. If the nth fragment doesn't exist, an exception is thrown.
n | The fragment position, starting at zero, of the child fragment you would like to get. |
Definition at line 49 of file ROBFragment24.cxx.
Referenced by eformat::old::convert(), and convert_ros().