#include <frametype.hh>

Public Member Functions | |
| frameheader_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. | |
Public Attributes | |
| char | fName [maxName] |
| Project name. | |
| int_4s_t | fRun |
| Run number. | |
| int_4u_t | fFrame |
| Frame number. | |
| int_4u_t | fDataQual |
| Data qulaity bit. | |
| int_4u_t | fGTimeS |
| GPS sec. | |
| int_4u_t | fGTimeN |
| GPS nano sec. | |
| int_2u_t | fULeapS |
| Leap seconds. | |
| int_4s_t | fLocalTime |
| local time (V4 only) | |
| real_8_t | fFrameLen |
| frame length in sec | |
| ptr_struct | fDir [14] |
Pointers to data structures: type, user, detector simulation, detector info, history information, raw data, processed data, strain data (V4 only), simulated data, triggered data, simulated events, summary data, aux. data, aux. table
1.5.4