CbmRoot
Loading...
Searching...
No Matches
CbmLitFieldApproximationQaReport.cxx File Reference
#include "CbmLitFieldApproximationQaReport.h"
#include "CbmDrawHist.h"
#include "CbmHistManager.h"
#include "CbmReportElement.h"
#include "CbmUtils.h"
#include "TCanvas.h"
#include "TGraph2D.h"
#include "TH1.h"
#include "TH2.h"
#include <TLegend.h>
#include <boost/assign/list_inserter.hpp>
#include <boost/assign/list_of.hpp>
#include <cassert>
Include dependency graph for CbmLitFieldApproximationQaReport.cxx:

Go to the source code of this file.

Functions

string FindAndReplace (const string &name, const string &oldSubstr, const string &newSubstr)
 
vector< string > Split (const string &name, char delimiter)
 
template<class T>
std::string ToString (const T &value)
 

Detailed Description

Function Documentation

◆ FindAndReplace()

string Cbm::FindAndReplace ( const string & name,
const string & oldSubstr,
const string & newSubstr )

Definition at line 58 of file CbmUtils.cxx.

◆ Split()

vector< string > Cbm::Split ( const string & name,
char delimiter )

Definition at line 66 of file CbmUtils.cxx.

◆ ToString()

template<class T>
std::string Cbm::ToString ( const T & value)

Definition at line 26 of file CbmUtils.h.