Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
CondCore
CondDB
src
Serialization.cc
Go to the documentation of this file.
1
#include "
CondCore/CondDB/interface/Serialization.h
"
2
//
3
#include <sstream>
4
#include "boost/version.hpp"
5
6
std::string
cond::StreamerInfo::techVersion
() {
return
BOOST_LIB_VERSION; }
7
8
std::string
cond::StreamerInfo::jsonString
() {
9
std::stringstream
ss
;
10
ss
<<
" {"
<< std::endl;
11
ss
<<
"\""
<< CMSSW_VERSION_LABEL <<
"\": \""
<< currentCMSSWVersion() <<
"\","
<< std::endl;
12
ss
<<
"\""
<< ARCH_LABEL <<
"\": \""
<< currentArchitecture() <<
"\","
<< std::endl;
13
ss
<<
"\""
<< TECH_LABEL <<
"\": \""
<< TECHNOLOGY <<
"\","
<< std::endl;
14
ss
<<
"\""
<< TECH_VERSION_LABEL <<
"\": \""
<< techVersion() <<
"\""
<< std::endl;
15
ss
<<
" }"
<< std::endl;
16
return
ss
.str();
17
}
cond::StreamerInfo::techVersion
static std::string techVersion()
Definition:
Serialization.cc:6
contentValuesCheck.ss
ss
Definition:
contentValuesCheck.py:33
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Serialization.h
cond::StreamerInfo::jsonString
static std::string jsonString()
Definition:
Serialization.cc:8
Generated for CMSSW Reference Manual by
1.8.14