13 #include "TBufferFile.h" 21 <<
"size = " << view->
size() <<
"\n" 22 <<
"run = " << view->
run() <<
", " 47 std::cout <<
"PSetID= " << hexy << std::endl;
49 Strings vhltnames, vhltselections, vl1names;
85 std::cout <<
">>>>> INIT Message Dump (begin) >>>>>" << std::endl;
90 std::unique_ptr<SendJobHeader>
sd((
SendJobHeader*)xbuf.ReadObjectAny(desc));
92 if (
sd.get() ==
nullptr) {
93 std::cout <<
"Unable to determine the product registry - " 94 <<
"Registry deserialization error." << std::endl;
96 std::cout <<
"Branch Descriptions:" << std::endl;
98 SendDescs::const_iterator iDesc(descs.begin()), eDesc(descs.end());
99 while (iDesc != eDesc) {
108 std::cout <<
"<<<<< INIT Message Dump (end) <<<<<" << std::endl;
124 for (
int i = 7;
i >= 0; --
i) {
125 int bit = ((c >>
i) & 1);
132 <<
"size=" << eview->
size() <<
"\n" 134 <<
"run=" << eview->
run() <<
"\n" 135 <<
"event=" << eview->
event() <<
"\n" 136 <<
"lumi=" << eview->
lumi() <<
"\n" 140 <<
"host name= " << eview->
hostName() <<
"\n" 144 std::vector<bool> l1_out;
147 std::cout <<
"\nl1 size= " << l1_out.size() <<
"\n l1 bits=\n";
150 std::vector<unsigned char> hlt_out;
152 hlt_out.resize(1 + (eview->
hltCount() - 1) / 4);
158 for (
int i = (hlt_out.size() - 1);
i != -1; --
i)
193 std::cout <<
"\n>>>>> FRDEvent Message Dump (begin) >>>>>" << std::endl;
197 <<
"version = " << fview->
version() <<
"\n" 198 <<
"run = " << fview->
run() <<
"\n" 199 <<
"lumi = " << fview->
lumi() <<
"\n" 200 <<
"event = " << fview->
event() <<
"\n";
203 std::cout <<
">>>>> FRDEvent Message Dump (end) >>>>>" << std::endl;
std::string const & branchName() const
void hltTriggerBits(uint8 *put_here) const
const uint8 * descData() const
EventSelector::Strings Strings
std::string hostName() const
std::vector< BranchDescription > SendDescs
void hltTriggerNames(Strings &save_here) const
uint32 adler32_chksum() const
uint32 eventLength() const
uint32 adler32_chksum() const
std::string releaseTag() const
std::string hostName() const
void l1TriggerNames(Strings &save_here) const
uint32 protocolVersion() const
std::string outputModuleLabel() const
std::string toString() const
uint32 droppedEventsCount() const
TClass * getTClass(const std::type_info &ti)
uint32 origDataSize() const
uint32 outputModuleId() const
Func copy_all(ForwardSequence &s, Func f)
wrappers for copy
std::string processName() const
uint32 descLength() const
void l1TriggerBits(std::vector< bool > &put_here) const
void hltTriggerSelections(Strings &save_here) const
void pset(uint8 *put_here) const
uint32 protocolVersion() const