Jpp
18.5.2
the software that should make you happy
|
Auxiliary class to make coordinate transformations for a specific geographical location of the detector. More...
#include <JAstronomy.hh>
Public Member Functions | |
JAstronomy (const JGeographicalLocation &location) | |
Constructor. More... | |
JNeutrinoDirection | getDirectionOfNeutrino (const double &t1, const JSourceLocation &pos) const |
Get direction pointing to source. More... | |
JSourceLocation | getLocationOfSourceFromZenithAzimuth (const double t1, const JGEOMETRY3D::JAngle3D &dir) const |
Get location of source given a neutrino direction (zenith,azimuth) and time. More... | |
JGalacticCoordinates | getGalacticCoordinatesOfSource (const double t1, const JGEOMETRY3D::JAngle3D &dir) const |
Get location of source in galactic coordinates given a neutrino direction and time. More... | |
JSourceLocation | getLocationOfSource (const double t1, const JNeutrinoDirection &dir) const |
Get location of source. More... | |
const double & | getLatitude () const |
const double & | getLongitude () const |
Protected Attributes | |
double | __latitude |
double | __longitude |
Auxiliary class to make coordinate transformations for a specific geographical location of the detector.
Note: SLALIB ref. system : (x,y,z) = (N,E,up) ANTARES ref. system for d10_c00_s00 : (x,y,z) = (N,W,up) ANTARES ref. system for real det. : (x,y,z) = (E,N,up)
Definition at line 483 of file JAstronomy.hh.
|
inline |
Constructor.
location | location of detector |
Definition at line 493 of file JAstronomy.hh.
|
inline |
Get direction pointing to source.
t1 | number of seconds since MJD |
pos | source location |
Definition at line 505 of file JAstronomy.hh.
|
inline |
Get location of source given a neutrino direction (zenith,azimuth) and time.
t1 | number of seconds since MJD |
dir | direction of neutrino |
Definition at line 557 of file JAstronomy.hh.
|
inline |
Get location of source in galactic coordinates given a neutrino direction and time.
t1 | number of seconds since MJD |
dir | direction of neutrino |
Definition at line 596 of file JAstronomy.hh.
|
inline |
Get location of source.
t1 | number of seconds since MJD |
dir | direction of neutrino |
Definition at line 616 of file JAstronomy.hh.
|
inlineinherited |
Definition at line 466 of file JAstronomy.hh.
|
inlineinherited |
Definition at line 467 of file JAstronomy.hh.
|
protectedinherited |
Definition at line 470 of file JAstronomy.hh.
|
protectedinherited |
Definition at line 471 of file JAstronomy.hh.