Struct caching trigonometric function results. More...
Public Member Functions | |
TrigCache (const Vector_t &planeDir) | |
Public Attributes | |
double | fCosA |
double | fSinA |
double | fCosB |
double | fSinB |
Struct caching trigonometric function results.
Definition at line 41 of file TrackingPlane.h.
|
inline |
Definition at line 43 of file TrackingPlane.h.
double recob::tracking::Plane::TrigCache::fCosA |
Definition at line 51 of file TrackingPlane.h.
double recob::tracking::Plane::TrigCache::fCosB |
Definition at line 53 of file TrackingPlane.h.
double recob::tracking::Plane::TrigCache::fSinA |
Definition at line 52 of file TrackingPlane.h.
double recob::tracking::Plane::TrigCache::fSinB |
Definition at line 54 of file TrackingPlane.h.