#include <AntarcticAtmosphere.h>
Public Member Functions | |
ExponentialRefractivity (double a=315, double b=0.1361e-3) | |
virtual int | computeAtmosphere (double h, Pars *p, double phi=0) const |
virtual double | get (double h, Par p, double phi=0) const |
virtual const char * | name () const |
Public Member Functions inherited from AntarcticAtmosphere::StandardUS | |
StandardUS (double sea_level_T_kelvin=265, double sea_level_P_mbar=970) | |
Public Member Functions inherited from AntarcticAtmosphere::AtmosphericModel | |
TGraph * | makeGraph (double hmin, double hmax, int nh, Par P, bool alt_on_x=true, double phi=0) const |
Protected Attributes | |
double | k_A |
double | k_B |
TString | my_name |
Protected Attributes inherited from AntarcticAtmosphere::StandardUS | |
double | sea_level_T |
double | sea_level_P |
Same as standard US atmosphere, but with refractivty = a exp(- b h)
Definition at line 134 of file AntarcticAtmosphere.h.