#include <InitMsgBuilder.h>
Public Member Functions | |
uint32 | bufferSize () const |
uint8 * | dataAddress () const |
uint32 | headerSize () const |
InitMsgBuilder (void *msg_mem, uint32 size, uint32 run, const Version &v, const char *release_tag, const char *process_name, const char *output_module_label, uint32 output_module_id, const Strings &hlt_names, const Strings &hlt_selections, const Strings &l1_names, uint32 adler32_chksum) | |
uint32 | run () const |
void | setDataLength (uint32 registry_length) |
uint32 | size () const |
uint8 * | startAddress () const |
Private Attributes | |
uint8 * | buf_ |
uint8 * | data_addr_ |
uint32 | size_ |
Definition at line 9 of file InitMsgBuilder.h.
InitMsgBuilder::InitMsgBuilder | ( | void * | msg_mem, |
uint32 | size, | ||
uint32 | run, | ||
const Version & | v, | ||
const char * | release_tag, | ||
const char * | process_name, | ||
const char * | output_module_label, | ||
uint32 | output_module_id, | ||
const Strings & | hlt_names, | ||
const Strings & | hlt_selections, | ||
const Strings & | l1_names, | ||
uint32 | adler32_chksum | ||
) |
Definition at line 9 of file InitMsgBuilder.cc.
References cms::cuda::assert(), buf_, fileCollector::convert(), data_addr_, InitHeader::event_header_size_, MsgTools::fillNames(), h, EventMsgBuilder::headerSize(), InitHeader::init_header_size_, InitHeader::run_, setDataLength(), and InitHeader::version_.
|
inline |
|
inline |
|
inline |
uint32 InitMsgBuilder::run | ( | ) | const |
Definition at line 111 of file InitMsgBuilder.cc.
References buf_, convert32(), h, and InitHeader::run_.
void InitMsgBuilder::setDataLength | ( | uint32 | registry_length | ) |
Definition at line 100 of file InitMsgBuilder.cc.
References buf_, fileCollector::convert(), data_addr_, h, InitHeader::header_, and Header::INIT.
Referenced by InitMsgBuilder().
uint32 InitMsgBuilder::size | ( | void | ) | const |
Definition at line 106 of file InitMsgBuilder.cc.
References buf_, HeaderView::size(), and findQualityFiles::v.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 24 of file InitMsgBuilder.h.
References buf_.
Referenced by edm::StreamerFileWriter::doOutputHeader(), evf::RecoEventWriterForFU::doOutputHeader(), and StreamerOutputFile::write().
|
private |
Definition at line 33 of file InitMsgBuilder.h.
Referenced by headerSize(), InitMsgBuilder(), run(), setDataLength(), size(), and startAddress().
|
private |
Definition at line 35 of file InitMsgBuilder.h.
Referenced by dataAddress(), headerSize(), InitMsgBuilder(), and setDataLength().
|
private |
Definition at line 34 of file InitMsgBuilder.h.
Referenced by bufferSize().