|
| static bool | isBad (const double &x, const QString &ctxStr, const double &limit=1.0e20) |
|
| static double | atlasR = 1.0*CLHEP::km |
Definition at line 25 of file VP1LinAlgUtils.cxx.
◆ isBad()
| bool VP1LinAlgUtils::Imp::isBad |
( |
const double & | x, |
|
|
const QString & | ctxStr, |
|
|
const double & | limit = 1.0e20 ) |
|
inlinestatic |
Definition at line 28 of file VP1LinAlgUtils.cxx.
29 {
30 if (
x==
x && fabs(
x) < limit)
31 return false;
32 if (!ctxStr.isEmpty())
34 return true;
35 }
static void messageDebug(const QString &)
static QString str(const QString &s)
◆ atlasR
| double VP1LinAlgUtils::Imp::atlasR = 1.0*CLHEP::km |
|
static |
The documentation for this class was generated from the following file: