EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 | |
ClassImp (GFDetPlane) GFDetPlane | |
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.
View newest version in sPHENIX GitHub at line 258 of file GFDetPlane.cxx
Referenced by operator==().
ClassImp | ( | GFDetPlane | ) |
Definition at line 27 of file GFDetPlane.cxx.
View newest version in sPHENIX GitHub at line 27 of file GFDetPlane.cxx
bool operator!= | ( | const GFDetPlane & | lhs, |
const GFDetPlane & | rhs | ||
) |
Definition at line 278 of file GFDetPlane.cxx.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 259 of file GFDetPlane.cxx
References DETPLANE_EPSILON, GFDetPlane::fO, GFDetPlane::fU, and GFDetPlane::fV.