6 buf_((
uint8*)buf),head_(buf),
20 <<
"Only message version 10 is currently supported \n" 22 <<
"We support only reading and converting streamer files\n" 23 <<
"using the same version of CMSSW used to created the\n" 24 <<
"streamer file. This is because the streamer format is\n" 25 <<
"only a temporary format, as such we do not support\n" 26 <<
"backwards compatibility. If you really need a streamer\n" 27 <<
"file for some reason, the work around is that you convert\n" 28 <<
"the streamer file to a Root file using the CMSSW version\n" 29 <<
"that created the streamer file, then convert the Root file\n" 30 <<
"to a streamer file using a newer release that will produce\n" 31 <<
"the version of streamer file that you desire.\n";
48 if (l1_sz != 0) l1_sz = 1 + ((l1_sz-1)/8);
54 if (hlt_sz != 0) hlt_sz = 1+ ((hlt_sz-1)/4);
122 if (hlt_sz != 0) hlt_sz = 1 + ((hlt_sz-1)/4);
134 size_t found = host_name.find(
'\0');
135 if(found != std::string::npos) {
void hltTriggerBits(uint8 *put_here) const
std::string hostName() const
uint32 droppedEventsCount() const
uint32 origDataSize() const
void l1TriggerBits(std::vector< bool > &put_here) const
uint32 protocolVersion() const