CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
StorageAccount.cc File Reference
#include "Utilities/StorageFactory/interface/StorageAccount.h"
#include <mutex>
#include <sstream>
#include <unistd.h>
#include <sys/time.h>

Go to the source code of this file.

Functions

static std::string d2str (double d)
 
static std::string i2str (int i)
 

Function Documentation

static std::string d2str ( double  d)
static

Definition at line 46 of file StorageAccount.cc.

References ztail::d, and tree::t.

Referenced by StorageAccount::fillSummary().

46  {
47  std::ostringstream t;
48  t << d;
49  return t.str();
50 }
tuple t
Definition: tree.py:139
tuple d
Definition: ztail.py:151
static std::string i2str ( int  i)
static

Definition at line 40 of file StorageAccount.cc.

References i, and tree::t.

Referenced by StorageAccount::fillSummary().

40  {
41  std::ostringstream t;
42  t << i;
43  return t.str();
44 }
tuple t
Definition: tree.py:139
int i
Definition: DBlmapReader.cc:9