#include <vector>
#include <string>
#include <sstream>
#include <iterator>
#include "FWCore/Utilities/interface/Algorithms.h"
Go to the source code of this file.
typedef unsigned char char_uint16[sizeof(uint16)] |
typedef unsigned char char_uint32[sizeof(uint32)] |
typedef unsigned char char_uint64[sizeof(uint64)] |
typedef std::vector<std::string> Strings |
typedef unsigned long long uint64 |
typedef unsigned char uint8 |
Definition at line 38 of file MsgTools.h.
References a, and b.
41 unsigned int a=
v[0],
b=
v[1];
Definition at line 30 of file MsgTools.h.
References a, b, EnergyCorrector::c, and edmIntegrityCheck::d.
Referenced by EventMsgView::droppedEventsCount(), InitMsgView::eventHeaderSize(), EventMsgView::EventMsgView(), HeaderView::HeaderView(), InitMsgView::InitMsgView(), EventMsgView::lumi(), EventMsgView::origDataSize(), EventMsgView::outModId(), edm::StreamerInputFile::readEventMessage(), InitMsgBuilder::run(), InitMsgView::run(), and EventMsgView::run().
33 unsigned int a=
v[0],
b=
v[1],
c=
v[2],
d=
v[3];
34 a|=(b<<8)|(c<<16)|(d<<24);
Definition at line 21 of file MsgTools.h.
References a, b, EnergyCorrector::c, edmIntegrityCheck::d, MillePedeFileConverter_cfg::e, f, and g.
Referenced by EventMsgView::event(), and edm::StreamerInputFile::readEventMessage().
24 unsigned long long a=
v[0],
b=
v[1],
c=
v[2],
d=
v[3];
25 unsigned long long e=
v[4],
f=
v[5],
g=
v[6],
h=
v[7];
26 a|=(b<<8)|(c<<16)|(d<<24)|(e<<32)|(f<<40)|(g<<48)|(h<<56);
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g