JG ROOT Tools libraries
version 5.0 - august 2014
|
Go to the source code of this file.
Functions | |
string | RGetString (const TVector2 &v, const char *fmt="%8.4f") |
string | RGetString (const TVector3 &v, const char *fmt="%8.4f") |
Include file for functions related to strings.
string RGetString | ( | const TVector2 & | v, |
const char * | fmt | ||
) |
Function returning a string from a ROOT vector. It uses the delimeters from the GVectorD class of the GCpp library.
v | vector |
fmt | C-style format |
string RGetString | ( | const TVector3 & | v, |
const char * | fmt | ||
) |
Function returning a string from a ROOT vector. It uses the delimeters from the GVectorD class of the GCpp library.
v | vector |
fmt | C-style format |
Referenced by RHoughTransform3D::ComputeTransformXY(), RSphereTesselation::InitData(), and RSphereTesselation::SubDivide().