#include <utl/config.h>
#include "ConversionUtil.h"
#include "ErrorPropagation.h"
#include <utl/AugerException.h>
#include <utl/TimeStamp.h>
#include <utl/UTCDateTime.h>
#include <utl/ModifiedJulianDate.h>
#include <utl/NumericalErrorPropagation.h>
#include <utl/CorrelationMatrix.h>
#include <evt/Event.h>
#include <TVector3.h>
#include <RecEvent.h>
#include <RecShower.h>
#include <iostream>
#include <string>
#include <cmath>
#include <vector>
Go to the source code of this file.
Namespaces | |
otoa | |
Functions | |
double | otoa::CalculateNutationCorrection (const double julianDay) |
Used by the calculation of the equatorial coordinates. TODO: Move such calculations to utl or use libnova. More... | |
void | otoa::FillCelestialCoordinates (RecShower &recShower) |
void | otoa::LinearFit (const vector< double > &x, const vector< double > &y, const vector< double > &ey, double &a0, double &a1, double &chi2) |
Do a linear fit and return coefficients and chi2. More... | |
double | otoa::TimeStamp2GMST (const utl::TimeStamp ×t) |
Convert a TimeStamp to GMST. More... | |
unsigned int | otoa::TimeStamp2HHMMSS (const utl::TimeStamp ×t) |
Convert a TimeStamp into an integer representing the time as HHMMSS. More... | |
double | otoa::TimeStamp2MoonCycle (const utl::TimeStamp ×t) |
Convert a TimeStamp into a fractional mooncycle since 2004/01/07. More... | |
unsigned int | otoa::TimeStamp2YYMMDD (const utl::TimeStamp ×t) |
Convert a TimeStamp into an integer representing the date as YYMMDD. More... | |
implementation of ConversionUtil
Definition in file ConversionUtil.cc.