The class FE - FD electronic - provides access to the electronic of the fluorescence detector (FD) of the Auger project.
The methods are collected in separate classes according to the functionality of the system.
The system contains the following subunits:
- configuration
- timing
- hit rate
- sensor
- event
- image
- testpuls
The most common prefixes of the implemented methods are as follows. Data stored in arrays like the images of the telescope is accessed by the methods read() and write(). Methods to handle the parameters of the system begin with get<Parameter>() and set<Parameter>(). Commands dealing with IRs are called waitFor<IR>(), enable<IR>(), disable<IR>() and isEnabled<IR>().
- Todo:
init commands, compare with Dennis programm!
connection with the IR dispatcher, Event handling for signals, multiplexing of IRs ??
specify the possible exceptions for the methods!
global definitions (number of rows, ...) see FEdef.h.
Insert version number
- See also:
- FEconfiguration FEtiming FEhitrateControl FEsensor FEevent FEimage FEtestpuls
Definition at line 73 of file febase.h.