|
| std::string | Util::getGitRevision () |
| double | Util::erfinv (double x) |
| double | Util::getGamma (ippl::Vector< double, 3 > p) |
| ippl::Vector< double, 3 > | Util::getBeta (ippl::Vector< double, 3 > p) |
| double | Util::getKineticEnergy (ippl::Vector< double, 3 > p, double mass) |
| double | Util::getBetaGamma (double Ekin, double mass) |
| double | Util::convertMomentumEVoverCToBetaGamma (double p, double mass) |
| std::string | Util::getTimeString (double time, unsigned int precision=3) |
| std::string | Util::getLengthString (double spos, unsigned int precision=3) |
| std::string | Util::getLengthString (ippl::Vector< double, 3 > spos, unsigned int precision=3) |
| std::string | Util::getEnergyString (double energyInMeV, unsigned int precision=3) |
| std::string | Util::getChargeString (double charge, unsigned int precision=3) |
| Vector_t< double, 3 > | Util::getTaitBryantAngles (Quaternion rotation, const std::string &) |
| std::string | Util::toUpper (const std::string &str) |
| std::string | Util::boolToUpperString (const bool &b) |
| std::string | Util::boolVectorToUpperString (const std::vector< bool > &b) |
| std::string | Util::doubleVectorToString (const std::vector< double > &v) |
| std::string | Util::combineFilePath (std::initializer_list< std::string > ilist) |
| template<class IteratorIn, class IteratorOut> |
| void | Util::toString (IteratorIn first, IteratorIn last, IteratorOut out) |
| template<typename T> |
| std::string | Util::toStringWithThousandSep (T value, char sep='\'') |
| unsigned int | Util::rewindLinesSDDS (const std::string &fileName, double maxSPos, bool checkForTime) |
| | rewind the SDDS file such that the spos of the last step is less or equal to maxSPos
|
| std::string | Util::base64_encode (const std::string &string_to_encode) |
| std::string | Util::base64_decode (std::string const &encoded_string) |
| template<typename T, typename A> |
| T * | Util::c_data (std::vector< T, A > &v) |
| template<typename T, typename A> |
| T const * | Util::c_data (std::vector< T, A > const &v) |