#include <AnitaEventSummary.h>
Public Member Functions | |
PayloadLocation (const Adu5Pat *pat) | |
void | reset () |
void | update (const Adu5Pat *pat) |
Adu5Pat | pat () const |
Copy the data from the pat into the object. More... | |
ClassDefNV (PayloadLocation, 2) | |
Public Attributes | |
Float_t | latitude |
Slightly more useful constructor. | |
Float_t | longitude |
Float_t | altitude |
Float_t | heading |
Float_t | prevHeading |
Contains the most important 4 numbers in the GPS data.
Definition at line 386 of file AnitaEventSummary.h.
AnitaEventSummary::PayloadLocation::PayloadLocation | ( | const Adu5Pat * | pat | ) |
Let the constructor do the hard work.
pat | is ANITA's gps data |
Definition at line 802 of file AnitaEventSummary.cc.
|
inline |
Copy the data from the pat into the object.
Convert to an Adu5Pat, (mostly to then instantiate a Adu5Pat)
Definition at line 406 of file AnitaEventSummary.h.
void AnitaEventSummary::PayloadLocation::update | ( | const Adu5Pat * | pat | ) |
Copy all the values of interest from the Adu5Pat
pat | is ANITA's gps data |
Definition at line 812 of file AnitaEventSummary.cc.