|
BmnRoot
|
Functions | |
| Float_t | ChiSq (const FairTrackParam *par, const BmnHit *hit) |
| Int_t | NDF (const BmnTrack *track) |
| template<class T > | |
| string | ToString (const T &value) |
| template<class T > | |
| string | NumberToString (const T &value, int precision=1) |
| template<class T > | |
| int | Sign (const T &x) |
| void | SaveCanvasAsImage (TCanvas *c, const std::string &dir) |
| string | FindAndReplace (const string &name, const string &oldSubstr, const string &newSubstr) |
| vector< string > | Split (const string &name, char delimiter) |
| Float_t lit::ChiSq | ( | const FairTrackParam * | par, |
| const BmnHit * | hit | ||
| ) |
Definition at line 29 of file BmnMath.cxx.
| string lit::FindAndReplace | ( | const string & | name, |
| const string & | oldSubstr, | ||
| const string & | newSubstr | ||
| ) |
Definition at line 20 of file BmnUtils.cxx.
References FindAndReplace().
Referenced by FindAndReplace().
| Int_t lit::NDF | ( | const BmnTrack * | track | ) |
Definition at line 47 of file BmnMath.cxx.
References BmnTrack::GetNHits(), and i.
| string lit::NumberToString | ( | const T & | value, |
| int | precision = 1 |
||
| ) |
Definition at line 27 of file BmnUtils.h.
References NumberToString().
Referenced by NumberToString().
| void lit::SaveCanvasAsImage | ( | TCanvas * | c, |
| const std::string & | dir | ||
| ) |
Definition at line 9 of file BmnUtils.cxx.
| int lit::Sign | ( | const T & | x | ) |
Definition at line 42 of file BmnUtils.h.
| vector< string > lit::Split | ( | const string & | name, |
| char | delimiter | ||
| ) |
| string lit::ToString | ( | const T & | value | ) |
Definition at line 18 of file BmnUtils.h.