![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <vector>#include <string>#include <sstream>#include <iostream>
Include dependency graph for CbmLitUtils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | lit |
Functions | |
| template<class T > | |
| string | lit::ToString (const T &value) |
| template<class T > | |
| string | lit::NumberToString (const T &value, int precision=1) |
| template<class T > | |
| int | lit::Sign (const T &x) |
| void | lit::SaveCanvasAsImage (TCanvas *c, const std::string &dir) |
| string | lit::FindAndReplace (const string &name, const string &oldSubstr, const string &newSubstr) |
| vector< string > | lit::Split (const string &name, char delimiter) |