ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::Utils Namespace Reference

Functions

bool equal (double x, double y, int nEpsilon)
 Check of numbers x and are equal within nEpsion times the numerical limit. More...
 
double shiftAngle (double value)
 
std::vector< std::string > splitString (const std::string &str, char separator=' ')
 split the string into pieces, which are separated by the separator character (default separator: space) More...
 

Function Documentation

◆ equal()

bool ComPWA::Utils::equal ( double  x,
double  y,
int  nEpsilon 
)
inline

Check of numbers x and are equal within nEpsion times the numerical limit.

Definition at line 21 of file Utils.hpp.

◆ shiftAngle()

double ComPWA::Utils::shiftAngle ( double  value)
inline

Definition at line 27 of file Utils.hpp.

◆ splitString()

std::vector<std::string> ComPWA::Utils::splitString ( const std::string &  str,
char  separator = ' ' 
)
inline

split the string into pieces, which are separated by the separator character (default separator: space)

Definition at line 41 of file Utils.hpp.