Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
#include <string>
#include <ostream>
#include "JTools/JConstants.hh"
#include "JTools/JFunction1D_t.hh"
#include "JLang/JTitle.hh"
#include "JLang/JManip.hh"
Go to the source code of this file.
Classes | |
struct | JCOMPASS::JNOAAFunction1D_t |
Auxiliary base class for interpolation of magnetic declination data obtained from website of NOAA. More... | |
struct | JCOMPASS::JARCAMagneticDeclination |
Interpolation of magnetic declination data at ARCA site. More... | |
struct | JCOMPASS::JORCAMagneticDeclination |
Interpolation of magnetic declination data at ORCA site. More... | |
struct | JCOMPASS::JZEROMagneticDeclination |
Fall back class for zero magnetic declination. More... | |
Namespaces | |
JCOMPASS | |
Auxiliary classes and methods for orientation calibration based on compasses. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Variables | |
static JARCAMagneticDeclination | JCOMPASS::getARCAMagneticDeclination |
Function object for magnetic declination at ARCA site. More... | |
static JORCAMagneticDeclination | JCOMPASS::getORCAMagneticDeclination |
Function object for magnetic declination at ORCA site. More... | |
static JZEROMagneticDeclination | JCOMPASS::getZEROMagneticDeclination |
Function object for zero magnetic declination. More... | |