ANITA Analysis Framework
|
#include <AnitaEventSummary.h>
Public Member Functions | |
Bool_t | absHwAngleLessThanAbsHwAngleXPol () const |
Double_t | bearing () const |
Bool_t | closeToLDB (Double_t deltaPhiDeg, Double_t deltaThetaDeg) const |
Bool_t | closeToMC (Double_t deltaPhiDeg, Double_t deltaThetaDeg) const |
See AnitaEventSummary::sourceFromTag() | |
Bool_t | closeToSun (Double_t deltaPhiDeg, Double_t deltaThetaDeg) const |
Bool_t | closeToTagged (Double_t deltaPhiDeg, Double_t deltaThetaDeg) const |
Bool_t | closeToWais (Double_t deltaPhiDeg, Double_t deltaThetaDeg) const |
Double_t | dPhi (Double_t phi) const |
the average of channel peaks in this direction | |
Double_t | dPhiLDB () const |
Double_t | dPhiMC () const |
Double_t | dPhiNorth () const |
Double_t | dPhiSun () const |
Double_t | dPhiTagged () const |
Double_t | dPhiWais () const |
Double_t | dTheta (Double_t theta, bool different_sign_conventions=false) const |
Double_t | dThetaLDB (bool different_sign_conventions=true) const |
Double_t | dThetaMC (bool different_sign_conventions=true) const |
Double_t | dThetaSun (bool different_sign_conventions=true) const |
Double_t | dThetaTagged (bool different_sign_conventions=true) const |
See AnitaEventSummary::sourceFromTag() | |
Double_t | dThetaWais (bool different_sign_conventions=true) const |
Double_t | minAbsHwAngle () const |
Public Attributes | |
Double_t | altitude |
on continent, or -9999 if doesn't intersect | |
Double_t | antennaPeakAverage |
was this in a masked phi xpol sector? | |
Double_t | chisq |
correlation coefficient between theta and phi | |
Double_t | distanceToSource |
on continent, or -9999 if doesn't intersect | |
Double_t | dphi_rough |
angular separation from higher value peak in same event. 1000 if highest value event (i.e. first hypothesis) | |
Double_t | dtheta_rough |
phi - phi rough | |
Double_t | hwAngle |
value of average of the peak location over the past 60 min-bias events | |
Double_t | hwAngleXPol |
angle with respect to triggering phi sector | |
Double_t | latitude |
angle with respect to triggering phi sector in opposite polarisation | |
Double_t | longitude |
on continent, or -9999 if doesn't intersect | |
Double_t | mapHistoryVal |
rms of interferometric map | |
Double_t | mapRMS |
snr of peak | |
Bool_t | masked |
was this in a triggered xpol phi sector? | |
Bool_t | masked_xpol |
was this in a masked phi sector? | |
Double_t | phi |
Double_t | phi_separation |
If an event barely missed the ground, it is useful to see the coordinates at which it would hit if theta adjustment by a small amount. This is the calculated small amount that leads to it hitting the ground. | |
Double_t | rho |
error on phi | |
Double_t | sigma_phi |
error on theta | |
Double_t | sigma_theta |
on continent, or -9999 if doesn't intersect | |
Double_t | snr |
peak value | |
Double_t | theta |
peak phi, degrees | |
Double_t | theta_adjustment_needed |
chisq/ndof of peak finding process, if available (otherwise zero) | |
Bool_t | triggered |
theta - theta rough | |
Bool_t | triggered_xpol |
was this in a triggered phi sector? | |
Double_t | value |
peak theta, degrees | |
Friends | |
class | AnitaEventSummary |
Stores some summary information about the peak of an interferometric map.
Definition at line 59 of file AnitaEventSummary.h.