JG ROOT Tools libraries  version 5.0 - august 2014
RStringFunctions.cpp File Reference

Functions

string RGetString (const TVector3 &v, const char *fmt)
 
string RGetString (const TVector2 &v, const char *fmt)
 

Detailed Description

Source file for functions related to strings.

Function Documentation

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.

Parameters
vvector
fmtC-style format

Referenced by RHoughTransform3D::ComputeTransformXY(), RSphereTesselation::InitData(), and RSphereTesselation::SubDivide().

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.

Parameters
vvector
fmtC-style format