1 #ifndef __JASTRONOMYTOOLKIT__ 
    2 #define __JASTRONOMYTOOLKIT__ 
   18 namespace JASTRONOMY {}
 
   19 namespace JPP { 
using namespace JASTRONOMY; }
 
   21 namespace JASTRONOMY {
 
   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);   
 
   59       for (
int i = 0; i != number_of_samples; ++i) {
 
   64         histogram.fill(ct, W);
 
Auxiliary class for source tracking. 
 
JNeutrinoDirection getDirectionOfNeutrino(const double &t1, const JSourceLocation &pos) const 
Get direction pointing to source. 
 
Auxiliary class to make coordinate transformations for a specific geographical location of the detect...
 
Location of astrophysical source. 
 
const double & getZenith() const 
 
static const double PI
Mathematical constants. 
 
static const double NUMBER_OF_SECONDS_PER_SEDERIAL_DAY
 
Interface methods for slalib and auxiliary classes and methods for astronomy. 
 
JStarTrek(const JAstronomy &telescope, const JSourceLocation &source, const int number_of_bins=401, const int number_of_samples=20000)
Constructor.