UtcTprhData.cc
Go to the documentation of this file.
1 #include <Math.h>
2 #include <UtcTprhData.h>
3 
4 
5 namespace anal {
6 
7  void
9  const unsigned long int gps)
10  {
11  fGPSSecond = gps;
12 #define INTERPOLATE(_x_) \
13  _x_ = \
14  anal::Interpolate(double(g1.fGPSSecond), double(g1._x_), double(g2.fGPSSecond), double(g2._x_), double(gps))
20 #undef INTERPOLATE
21  }
22 
23 }
unsigned long int fGPSSecond
Definition: UtcTprhData.h:39
float fDensity2HoursBefore
Definition: UtcTprhData.h:44
float fDailyAvgDensity
Definition: UtcTprhData.h:43
#define INTERPOLATE(_x_)
void Interpolate(const UtcTprhData &g1, const UtcTprhData &g2, const unsigned long int gps)
Definition: UtcTprhData.cc:8

, generated on Tue Sep 26 2023.