ParametricGeoMagChange.h
Go to the documentation of this file.
1 #ifndef _fwk_ParametricGeoMagChange_h_
2 #define _fwk_ParametricGeoMagChange_h_
3 
4 #include <valarray>
6 
7 namespace fwk{
8 
16  {
17  public:
18  ParametricGeoMagChange(size_t order, double g[], double h[]);
19 
21  const ParametricGeoMagneticField &baseModel);
22 
29 
30  protected:
31  size_t fOrder;
32  std::valarray<double> fG, fH;
33  };
34 }
35 
36 #endif
ParametricGeoMagneticField Extrapolate(double years, const ParametricGeoMagneticField &baseModel)
Rate-of-change model for spherical harmonics parametrisation of geomagnetic field.
ParametricGeoMagChange(size_t order, double g[], double h[])
static ParametricGeoMagChange SV2010_2015()
Named constructor for 2010 to 2015 SV change model.
constexpr double g
Definition: AugerUnits.h:200
Spherical harmonics parametrisation of geomagnetic field.

, generated on Tue Sep 26 2023.