ComPWA
Common Partial-Wave-Analysis Framework
|
#include "Core/Logging.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/optional.hpp>
#include <boost/property_tree/ptree.hpp>
#include <cmath>
#include <limits>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | BoolTranslator |
Namespaces | |
ComPWA | |
ComPWA::Utils | |
Functions | |
bool | ComPWA::Utils::equal (double x, double y, int nEpsilon) |
Check of numbers x and are equal within nEpsion times the numerical limit. More... | |
double | ComPWA::Utils::shiftAngle (double value) |
std::vector< std::string > | ComPWA::Utils::splitString (const std::string &str, char separator=' ') |
split the string into pieces, which are separated by the separator character (default separator: space) More... | |