16 <<
"Only message version 10 is currently supported \n"
18 <<
"We support only reading and converting streamer files\n"
19 <<
"using the same version of CMSSW used to created the\n"
20 <<
"streamer file. This is because the streamer format is\n"
21 <<
"only a temporary format, as such we do not support\n"
22 <<
"backwards compatibility. If you really need a streamer\n"
23 <<
"file for some reason, the work around is that you convert\n"
24 <<
"the streamer file to a Root file using the CMSSW version\n"
25 <<
"that created the streamer file, then convert the Root file\n"
26 <<
"to a streamer file using a newer release that will produce\n"
27 <<
"the version of streamer file that you desire.\n";
45 l1_sz = 1 + ((l1_sz - 1) / 8);
52 hlt_sz = 1 + ((hlt_sz - 1) / 4);
113 hlt_sz = 1 + ((hlt_sz - 1) / 4);
124 size_t found = host_name.find(
'\0');
125 if (found != std::string::npos) {
void hltTriggerBits(uint8 *put_here) const
std::string hostName() const
uint32 droppedEventsCount() const
uint32 origDataSize() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
void l1TriggerBits(std::vector< bool > &put_here) const
uint32 protocolVersion() const