Public Member Functions | |
bool | operator!= (const AntennaData &other) |
bool | operator== (const AntennaData &other) |
Public Attributes | |
double | axis_distance |
bool | contained |
double | energy |
int | eventid |
double | peakamplitude |
int | runnumber |
int | stationid |
double | theta |
Definition at line 38 of file ampcomparison.cc.
bool AntennaData::operator!= | ( | const AntennaData & | other | ) |
Definition at line 58 of file ampcomparison.cc.
bool AntennaData::operator== | ( | const AntennaData & | other | ) |
Definition at line 54 of file ampcomparison.cc.
double AntennaData::axis_distance |
Definition at line 47 of file ampcomparison.cc.
Referenced by readAmplitudeFile().
bool AntennaData::contained |
Definition at line 46 of file ampcomparison.cc.
Referenced by readAmplitudeFile().
double AntennaData::energy |
Definition at line 45 of file ampcomparison.cc.
Referenced by readAmplitudeFile().
int AntennaData::eventid |
Definition at line 41 of file ampcomparison.cc.
Referenced by operator==(), and readAmplitudeFile().
double AntennaData::peakamplitude |
Definition at line 43 of file ampcomparison.cc.
Referenced by readAmplitudeFile().
int AntennaData::runnumber |
Definition at line 40 of file ampcomparison.cc.
Referenced by operator==(), and readAmplitudeFile().
int AntennaData::stationid |
Definition at line 42 of file ampcomparison.cc.
Referenced by operator==(), and readAmplitudeFile().
double AntennaData::theta |
Definition at line 44 of file ampcomparison.cc.
Referenced by readAmplitudeFile().