Inheritance diagram for MSimpleDAQCheck:

The module just counts the rate of events in Hz and prints it. It also produces a worning if the rate was either 0 or too high
module SimpleDAQCheck
verbosity = info
enable = true
useDB = false
endmod
Public Member Functions | |
| MSimpleDAQCheck (QSequence *s) | |
| constructor | |
| ~MSimpleDAQCheck () | |
| destructor | |
| void | Init () |
| Init method. | |
| QEvent * | Do (QEvent *ev) |
| Do method. | |
| void | Done () |
| Done method. | |
Private Attributes | |
| int | fPreviousRun |
| time_t | fRunDuration |
| time_t | fTotalDuration |
| time_t | fStartTime |
| time_t | fStopTime |
| int | fNumberOfMuons |
| int | fPrevRunDuration |
| bool | fUseDB |
| bool | fManyMuonsAlreadySent |
| bool | fZeroMuAlreadySent |
| int | fNElapsedHours |
| int | fRun |
1.5.1