#include <frametype.hh>

Public Member Functions | |
| detector_t () | |
| Initialize with zeros. | |
| int | read (int version, const char *p, bool swap=false) |
| Read from frame. | |
| int | write (int version, char *p, bool swap=false) const |
| Write to frame. | |
| real_8_t | get_longitude () const |
| Get longitude. | |
| void | set_longitude (real_8_t lon) |
| Set longitude. | |
| real_8_t | get_latitude () const |
| Get latitude. | |
| void | set_latitude (real_8_t lat) |
| Set latitude. | |
Public Attributes | |
| char | fName [maxName] |
| Detector name. | |
| char | fPrefix [4] |
| prefix | |
| int_2s_t | fLongitudeD |
| Longitude degree. | |
| int_2s_t | fLongitudeM |
| Longitude minute. | |
| real_4_t | fLongitudeS |
| Longitude second. | |
| int_2s_t | fLatitudeD |
| Latitude degree. | |
| int_2s_t | fLatitudeM |
| Latitude minute. | |
| real_4_t | fLatitudeS |
| Latitude second. | |
| real_4_t | fElevation |
| Elevation (V4). | |
| real_4_t | fArmXAzimuth |
| X arm azimuth. | |
| real_4_t | fArmYAzimuth |
| Y arm azimuth. | |
| real_4_t | fArmXAltitude |
| X arm altitude (V5 and up). | |
| real_4_t | fArmYAltitude |
| Y arm altitude (V5 and up). | |
| real_4_t | fArmXMidpoint |
| X arm mid point (V5 and up). | |
| real_4_t | fArmYMidpoint |
| Y arm mid point (V5 and up). | |
| int_4s_t | fLocalTime |
| local time (V5 and up) | |
| int_4u_t | fDataQuality |
| data quality (V5 and up) | |
| char | fQaBitList [maxName] |
| quality bit list (V5 and up) | |
| ptr_struct | fMore [3] |
| Pointers to other structures: more & moreTable & next (V5 an up);. | |
1.5.4