#include <EventMsgBuilder.h>
Public Member Functions | |
uint32 | bufferSize () const |
uint8 * | eventAddr () const |
EventMsgBuilder (void *buf, uint32 size, uint32 run, uint64 event, uint32 lumi, uint32 outModId, uint32 droppedEventsCount, std::vector< bool > &l1_bits, uint8 *hlt_bits, uint32 hlt_bit_count, uint32 adler32_chksum, const char *host_name) | |
uint32 | headerSize () const |
void | setBufAddr (uint8 *buf_addr) |
void | setEventAddr (uint8 *event_addr) |
void | setEventLength (uint32 len) |
void | setOrigDataSize (uint32) |
uint32 | size () const |
uint8 * | startAddress () const |
Private Attributes | |
uint8 * | buf_ |
uint8 * | event_addr_ |
uint32 | size_ |
Definition at line 8 of file EventMsgBuilder.h.
EventMsgBuilder::EventMsgBuilder | ( | void * | buf, |
uint32 | size, | ||
uint32 | run, | ||
uint64 | event, | ||
uint32 | lumi, | ||
uint32 | outModId, | ||
uint32 | droppedEventsCount, | ||
std::vector< bool > & | l1_bits, | ||
uint8 * | hlt_bits, | ||
uint32 | hlt_bit_count, | ||
uint32 | adler32_chksum, | ||
const char * | host_name | ||
) |
Definition at line 9 of file EventMsgBuilder.cc.
References cms::cuda::assert(), buf_, fileCollector::convert(), filterCSVwithJSON::copy, event_addr_, mps_fire::i, MAX_HOSTNAME_LEN, writedatasetfile::run, setEventLength(), and findQualityFiles::v.
|
inline |
|
inline |
|
inline |
Definition at line 29 of file EventMsgBuilder.h.
References buf_, and event_addr_.
Referenced by InitMsgBuilder::InitMsgBuilder().
|
inline |
|
inline |
void EventMsgBuilder::setEventLength | ( | uint32 | len | ) |
Definition at line 95 of file EventMsgBuilder.cc.
References buf_, fileCollector::convert(), Header::EVENT, and event_addr_.
Referenced by EventMsgBuilder().
void EventMsgBuilder::setOrigDataSize | ( | uint32 | value | ) |
Definition at line 90 of file EventMsgBuilder.cc.
References buf_, and fileCollector::convert().
uint32 EventMsgBuilder::size | ( | void | ) | const |
Definition at line 101 of file EventMsgBuilder.cc.
References buf_, and findQualityFiles::v.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 24 of file EventMsgBuilder.h.
References buf_.
Referenced by StreamerOutputFile::write().
|
private |
Definition at line 34 of file EventMsgBuilder.h.
Referenced by EventMsgBuilder(), headerSize(), setBufAddr(), setEventLength(), setOrigDataSize(), size(), and startAddress().
|
private |
Definition at line 36 of file EventMsgBuilder.h.
Referenced by eventAddr(), EventMsgBuilder(), headerSize(), setEventAddr(), and setEventLength().
|
private |
Definition at line 35 of file EventMsgBuilder.h.
Referenced by bufferSize().