|
readWDpp
Read binary files from DRS and WDB
|
Informations about the event contained in the file. More...
#include <readWD.hh>
Public Attributes | |
| char | tag [4] |
| The tag of the event header. | |
| unsigned int | serialNumber |
| The serial number of the event: starting from 1 for DRS and 0 for WDB. | |
| unsigned short | year |
| The year. | |
| unsigned short | month |
| The month. | |
| unsigned short | day |
| The day. | |
| unsigned short | hour |
| The hour. | |
| unsigned short | min |
| The minute. | |
| unsigned short | sec |
| The second. | |
| unsigned short | ms |
| The millisecond. | |
| unsigned short | rangeCenter |
| The rangeCenter (in Volts). | |
Informations about the event contained in the file.
Everytime an EventHeader is read, the infos about the event are read in order just as specified in the DRS Evaluation Board manual.
| unsigned short EventHeader::rangeCenter |
| unsigned int EventHeader::serialNumber |