 |
Belle II Software
release-05-02-19
|
3 #include <TMatrixFBasefwd.h>
4 #include <TMatrixDBasefwd.h>
26 std::string
getString(
const TMatrixFBase& matrix,
int precision = 2,
bool color =
true);
34 std::string
getString(
const TMatrixDBase& matrix,
int precision = 2,
bool color =
true);
40 std::string
getString(
const TVector3& vec,
int precision = 2);
50 const std::string& unitType =
"cm");
62 std::string
getHexDump(
const int* buf,
int length);
68 std::string
escape(
const std::string& str);
70 std::string
unescape(
const std::string& str);
std::string htmlToPlainText(const std::string &html)
Reformat given HTML string into terminal-friendly plain text.
std::string chooseUnitOfLength(const TVector3 &vec)
get a string with a unit type to convert a vector, so that it is easily readable.
std::string getHexDump(const int *buf, int length)
Create hexdump of given buffer.
Abstract base class for different kinds of events.
std::string getString(const TMatrixFBase &matrix, int precision=2, bool color=true)
get HTML table representing a matrix.
std::string escape(const std::string &str)
Convert &, <, > etc.
std::string getStringConvertToUnit(const TVector3 &vec, int precision=2, const std::string &unitType="cm")
get a string with vector coordinates: (x, y, z).
std::string unescape(const std::string &str)
inverse of escape()