1 #ifndef __JASTRONOMYTOOLKIT__
2 #define __JASTRONOMYTOOLKIT__
49 const int number_of_bins = 401,
50 const int number_of_samples = 20000)
55 const double W = 1.0 / (double) (number_of_samples * 2*
PI);
59 for (
int i = 0; i != number_of_samples; ++i) {
64 histogram.
fill(ct, W);
Interface methods for slalib and auxiliary classes and methods for astronomy.
Auxiliary class to make coordinate transformations for a specific geographical location of the detect...
JNeutrinoDirection getDirectionOfNeutrino(const double &t1, const JSourceLocation &pos) const
Get direction pointing to source.
const double & getZenith() const
Location of astrophysical source.
static const double NUMBER_OF_SECONDS_PER_SEDERIAL_DAY
static const double PI
Mathematical constants.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class for source tracking.
JStarTrek(const JAstronomy &telescope, const JSourceLocation &source, const int number_of_bins=401, const int number_of_samples=20000)
Constructor.