|
std::string | choptoken (std::string &s1, const std::string &s2) |
|
std::string | chomptoken (std::string &s1, const std::string &s2) |
|
std::string | chopfirst (std::string &s1, const std::string &s2) |
|
std::string | chopends (std::string &s1, const std::string &s2) |
|
std::string | choplast (std::string &s1, const std::string &s2) |
|
std::string | chop (std::string &s1, const std::string &s2) |
|
std::string | chomp (std::string &s1, const std::string &s2) |
|
void | removespace (std::string &s, const std::string &s2) |
|
void | replace (std::string &s, const std::string &s2, const std::string &s3) |
|
void | replace (std::string &s, char c1, char c2) noexcept |
|
void | depunctuate (std::string &s) |
|
double | deltaPhi (double phi1, double phi2) |
|
bool | canopen (const std::string &s) |
|
std::string | number (const double &d, const std::string &s) |
|
std::string | number (const int &i, const std::string &s) |
|
std::string | dirname (std::string name) |
|
std::string | basename (std::string name) |
|
- Author
- M.Sutton
- Date
- Thu Jun 23 01:11:43 BST 2005
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file utils.cxx.