AtmosphereUtilities.h
Go to the documentation of this file.
1 #ifndef _un2_AtmosphereUtilities_h_
2 #define _un2_AtmosphereUtilities_h_
3 
5 #include <det/Detector.h>
6 
7 
8 namespace un2 {
9 
10  /* Definitions:
11  - height (groundHeight) has the same definition as in offline, ie above sea
12  level or above the WGS84 ellipsoid
13  - distance is relative to the shower impact point on the ground */
14 
15  double
16  CalcDX(const bool realAtmosphere, const bool useDL,
17  const double distance, const double azimuth, const double groundHeight,
18  const double xMax, const double zenith, const int month, const bool silent = true);
19 
20 }
21 
22 
23 #endif
double CalcDX(const bool realAtmosphere, const bool useDL, const double spRadius, const double spPsi, const double groundHeight, const double xMax, const double theta, const int month, const bool silent)

, generated on Tue Sep 26 2023.