#include <EOFRecord.h>
Public Member Functions | |
uint32 | code () const |
EOFRecordView (void *buf, uint32 hlt_path_cnt) | |
uint32 | events () const |
uint64 | firstEventOffset () |
void | hltStats (std::vector< uint32 > &put_here) |
uint64 | lastEventOffset () |
uint32 | run () const |
uint32 | size () const |
uint32 | statusCode () const |
Private Attributes | |
uint8 * | buf_ |
uint64 | first_event_offset_ |
HeaderView | head_ |
uint32 | hlt_path_count_ |
uint8 * | hlt_path_stat_end_ |
uint8 * | hlt_path_stat_start_ |
uint64 | last_event_offset_ |
Definition at line 25 of file EOFRecord.h.
EOFRecordView::EOFRecordView | ( | void * | buf, |
uint32 | hlt_path_cnt | ||
) |
Definition at line 3 of file EOFRecord.cc.
References buf_, convert64(), first_event_offset_, hlt_path_count_, hlt_path_stat_end_, hlt_path_stat_start_, and last_event_offset_.
|
inline |
uint32 EOFRecordView::events | ( | ) | const |
Definition at line 26 of file EOFRecord.cc.
References buf_, convert32(), EOFRecordHeader::events_, and h.
|
inline |
void EOFRecordView::hltStats | ( | std::vector< uint32 > & | put_here | ) |
Definition at line 32 of file EOFRecord.cc.
References convert32(), hlt_path_count_, hlt_path_stat_start_, and i.
|
inline |
uint32 EOFRecordView::run | ( | void | ) | const |
Definition at line 14 of file EOFRecord.cc.
References buf_, convert32(), h, and EOFRecordHeader::run_.
|
inline |
uint32 EOFRecordView::statusCode | ( | ) | const |
Definition at line 20 of file EOFRecord.cc.
References buf_, convert32(), h, and EOFRecordHeader::status_code_.
|
private |
Gives the total number of events that were accepted for each HLT path, one 32-bit (4-byte) integer for each HLT path. What order ????
Definition at line 44 of file EOFRecord.h.
Referenced by EOFRecordView(), events(), run(), and statusCode().
|
private |
Definition at line 51 of file EOFRecord.h.
Referenced by EOFRecordView(), and firstEventOffset().
|
private |
Definition at line 45 of file EOFRecord.h.
|
private |
Definition at line 47 of file EOFRecord.h.
Referenced by EOFRecordView(), and hltStats().
|
private |
Definition at line 49 of file EOFRecord.h.
Referenced by EOFRecordView().
|
private |
Definition at line 48 of file EOFRecord.h.
Referenced by EOFRecordView(), and hltStats().
|
private |
Definition at line 52 of file EOFRecord.h.
Referenced by EOFRecordView(), and lastEventOffset().