|
FairRoot/PandaRoot
|
#include "GFDetPlane.h"#include "assert.h"#include <iostream>#include <cmath>#include "TMath.h"#include "TRandom3.h"Go to the source code of this file.
Macros | |
| #define | DETPLANE_EPSILON 1.E-5 |
Functions | |
| bool | operator== (const GFDetPlane &lhs, const GFDetPlane &rhs) |
| bool | operator!= (const GFDetPlane &lhs, const GFDetPlane &rhs) |
| #define DETPLANE_EPSILON 1.E-5 |
Definition at line 258 of file GFDetPlane.cxx.
Referenced by operator==().
| bool operator!= | ( | const GFDetPlane & | lhs, |
| const GFDetPlane & | rhs | ||
| ) |
Definition at line 278 of file GFDetPlane.cxx.
| bool operator== | ( | const GFDetPlane & | lhs, |
| const GFDetPlane & | rhs | ||
| ) |
this operator is called very often in Kalman filtering. It checks equality of planes by comparing the 9 double values that define them.
Definition at line 259 of file GFDetPlane.cxx.
References DETPLANE_EPSILON, fabs(), GFDetPlane::fO, GFDetPlane::fU, and GFDetPlane::fV.
1.8.5