CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Serialization.cc
Go to the documentation of this file.
2 //
3 #include <sstream>
4 #include "boost/version.hpp"
5 
7  return BOOST_LIB_VERSION;
8 }
9 
11  std::stringstream ss;
12  ss<<" {"<<std::endl;
13  ss<<"\""<<CMSSW_VERSION_LABEL<<"\": \""<<currentCMSSWVersion()<<"\","<<std::endl;
14  ss<<"\""<<ARCH_LABEL<<"\": \""<<currentArchitecture()<<"\","<<std::endl;
15  ss<<"\""<<TECH_LABEL<<"\": \""<<TECHNOLOGY<<"\","<<std::endl;
16  ss<<"\""<<TECH_VERSION_LABEL<<"\": \""<<techVersion()<<"\""<<std::endl;
17  ss<<" }"<<std::endl;
18  return ss.str();
19 }
20 
static std::string techVersion()
Definition: Serialization.cc:6
static std::string jsonString()