12 processName_start_(0),
14 outputModuleLabel_start_(0),
15 outputModuleLabel_len_(0),
32 std::cout <<
"Protocol Version 2 encountered" << std::endl;
131 <<
"Process Name is only supported in Protocol Version 4 and above" <<
".\n";
140 <<
"Output Module Label is only supported in Protocol Version 5 and above" <<
".\n";
155 <<
"HLT trigger selections are only supported in Protocol Version 5 and above" <<
".\n";
171 if (hlt_sz != 0 ) hlt_sz = 1+ ((hlt_sz-1)/4);
174 if (l1_sz != 0) l1_sz = 1 + ((l1_sz-1)/8);
176 return 1 + (4*8) + hlt_sz+l1_sz;
194 size_t found = host_name.find(
'\0');
195 if(found != std::string::npos) {
void hltTriggerNames(Strings &save_here) const
std::string releaseTag() const
unsigned char pset_id_[16]
std::string hostName() const
uint32 outputModuleLabel_len_
uint8 * outputModuleLabel_start_
void l1TriggerNames(Strings &save_here) const
uint32 protocolVersion() const
std::string outputModuleLabel() const
uint32 eventHeaderSize() const
uint8 * hlt_select_start_
std::string processName() const
uint32 get_hlt_bit_cnt() const
uint32 get_l1_bit_cnt() const
uint8 * processName_start_
void hltTriggerSelections(Strings &save_here) const
void pset(uint8 *put_here) const