1#ifndef __JASTRONOMYTOOLKIT__ 
    2#define __JASTRONOMYTOOLKIT__ 
   49              const int              number_of_bins    =   401,
 
   50              const int              number_of_samples = 20000)
 
   54      const double epsilon = 0.005;
 
   55      const double W       = 1.0 / (double) (number_of_samples * 2*PI);   
 
   57      JGridHistogram1D_t histogram(make_grid(number_of_bins, -1.0 - epsilon, +1.0 + epsilon));
 
   59      for (
int i = 0; i != number_of_samples; ++i) {
 
   64        histogram.
fill(ct, W);
 
   67      makePDF(histogram, *
this);                                          
 
 
 
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 getNeutrinoDirection(const double t1_s, const JSourceLocation &pos) const
Get direction pointing to source given time and source location.
 
static const double NUMBER_OF_SECONDS_PER_SEDERIAL_DAY
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
double getZenith() const
Get zenith.
 
Location of astrophysical source.
 
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.