ComPWA
Common Partial-Wave-Analysis Framework
Utils.hpp File Reference
#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>
+ Include dependency graph for Utils.hpp:
+ This graph shows which files directly or indirectly include this file:

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...