CMS 3D CMS Logo

Classes | Namespaces | Functions
CSCDQM_Utility.h File Reference
#include <string>
#include <map>
#include <set>
#include <vector>
#include <sstream>
#include <cstdint>
#include <cmath>
#include <TString.h>
#include <TPRegexp.h>
#include "DataFormats/FEDRawData/interface/FEDNumbering.h"

Go to the source code of this file.

Classes

class  cscdqm::Utility
 General and CSCDQM Framework related utility routines. More...
 

Namespaces

 cscdqm
 

Functions

template<class T >
bool cscdqm::stringToNumber (T &t, const std::string &s, std::ios_base &(*f)(std::ios_base &))
 Converting from string to whatever number (failsafe!) More...
 
template<class T >
const std::string cscdqm::toString (T &t)
 Converting from whatever to string (failsafe!) More...