![]() |
#include <TrigCache.h>
Public Member Functions | |
| TrigCache (int n_phi, double dphi, double phi_start, int ntheta, double dtheta, double theta_start, const AntennaPositions *aps, bool use_bin_center=false, int nant2use=0, const int *ants=0) | |
| double | cosPhi (int phibin, int ant, int pol) |
Public Attributes | |
| int | nphi |
| double * | phi |
| double * | cos_phi |
| double * | theta |
| double * | cos_theta |
| double * | tan_theta |
| const AntennaPositions * | ap |
This class just defines a trig function cache for the correlator nothing interesting!
Angles all in degrees.
Definition at line 18 of file TrigCache.h.

1.8.11