Simple printing utilities. More...
Functions | |
string | P4AsString (const TLorentzVector *p) |
string | P4AsShortString (const TLorentzVector *p) |
string | X4AsString (const TLorentzVector *x) |
string | P3AsString (const TVector3 *vec) |
string | Vec3AsString (const TVector3 *vec) |
string | BoolAsString (bool b) |
string | BoolAsTFString (bool b) |
string | BoolAsIOString (bool b) |
string | BoolAsYNString (bool b) |
void | PrintBanner (void) |
void | PrintBanner (string filename, UInt_t wait_msec) |
string | PrintFramedMesg (string mesg, unsigned int nl=1, const char f='*') |
Simple printing utilities.
May 06, 2004
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 102 of file PrintUtils.cxx.
Definition at line 91 of file PrintUtils.cxx.
Definition at line 96 of file PrintUtils.cxx.
Definition at line 108 of file PrintUtils.cxx.
string genie::utils::print::P3AsString | ( | const TVector3 * | vec | ) |
Definition at line 69 of file PrintUtils.cxx.
string genie::utils::print::P4AsShortString | ( | const TLorentzVector * | p | ) |
Definition at line 45 of file PrintUtils.cxx.
string genie::utils::print::P4AsString | ( | const TLorentzVector * | p | ) |
Definition at line 27 of file PrintUtils.cxx.
void genie::utils::print::PrintBanner | ( | void | ) |
Definition at line 114 of file PrintUtils.cxx.
void genie::utils::print::PrintBanner | ( | string | filename, |
UInt_t | wait_msec | ||
) |
Definition at line 140 of file PrintUtils.cxx.
string genie::utils::print::PrintFramedMesg | ( | string | mesg, |
unsigned int | nl = 1 , |
||
const char | f = '*' |
||
) |
Definition at line 164 of file PrintUtils.cxx.
string genie::utils::print::Vec3AsString | ( | const TVector3 * | vec | ) |
Definition at line 80 of file PrintUtils.cxx.
string genie::utils::print::X4AsString | ( | const TLorentzVector * | x | ) |
Definition at line 57 of file PrintUtils.cxx.