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