ATLAS Offline Software
Namespaces | Functions
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StringUtils.h File Reference
#include <sstream>
#include <bitset>
#include <algorithm>
#include <vector>
#include <limits.h>
Include dependency graph for Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StringUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TCS
 

Functions

template<class T >
std::string TCS::to_string (const T &t, int precision=-999, int width=-999, bool scientific=false)
 
template<typename T >
std::string TCS::get_binrep (const T &a)
 
template<typename T >
std::string TCS::get_binrep_vector (const T &a)
 
std::string TCS::get_binrep_boolvec (const std::vector< bool > &a)
 
std::string TCS::join (const std::vector< std::string > &v, const char c=',')